version.h
Go to the documentation of this file.
1/*
2 ** version.h.in
3 **
4 ** ------------------------------------------------------------------------
5 ** Copyright (C) 2015-2023 Carnegie Mellon University. All Rights Reserved.
6 ** ------------------------------------------------------------------------
7 ** @OPENSOURCE_LICENSE_START@
8 ** libfixbuf 2.0
9 **
10 ** Copyright 2018-2023 Carnegie Mellon University. All Rights Reserved.
11 **
12 ** NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE
13 ** ENGINEERING INSTITUTE MATERIAL IS FURNISHED ON AN "AS-IS"
14 ** BASIS. CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY KIND,
15 ** EITHER EXPRESSED OR IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT
16 ** LIMITED TO, WARRANTY OF FITNESS FOR PURPOSE OR MERCHANTABILITY,
17 ** EXCLUSIVITY, OR RESULTS OBTAINED FROM USE OF THE
18 ** MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT MAKE ANY WARRANTY OF
19 ** ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, OR
20 ** COPYRIGHT INFRINGEMENT.
21 **
22 ** Released under a GNU-Lesser GPL 3.0-style license, please see
23 ** LICENSE.txt or contact permission@sei.cmu.edu for full terms.
24 **
25 ** [DISTRIBUTION STATEMENT A] This material has been approved for
26 ** public release and unlimited distribution. Please see Copyright
27 ** notice for non-US Government use and distribution.
28 **
29 ** Carnegie Mellon(R) and CERT(R) are registered in the U.S. Patent
30 ** and Trademark Office by Carnegie Mellon University.
31 **
32 ** DM18-0325
33 ** @OPENSOURCE_LICENSE_END@
34 ** ------------------------------------------------------------------------
35 */
36
44#ifndef __FB_VERSION_H__
45#define __FB_VERSION_H__
46
48#define FIXBUF_VERSION_MAJOR 2
50#define FIXBUF_VERSION_MINOR 4
52#define FIXBUF_VERSION_RELEASE 2
54#define FIXBUF_VERSION_BUILD 0
55
56#endif /* __FB_VERSION_H__ */