CERT NetSA Security Suite
Monitoring for Large-Scale Networks
fixbuf
libfixbuf: version.h Source File
fixbuf
2.x (stable)
2.x (stable)
3.x (pre-release)
Documentation
Latest Downloads
Release History
License
fixbuf-tools
pyfixbuf
Main Page
Related Pages
Data Structures
Files
File List
Globals
libfixbuf-2.5.0
include
fixbuf
version.h
Go to the documentation of this file.
1
/*
2
* Copyright 2015-2024 Carnegie Mellon University
3
* See license information in LICENSE.txt.
4
*/
5
/*
6
* include/fixbuf/version.h. Generated from version.h.in by configure.
7
*/
13
/*
14
* ------------------------------------------------------------------------
15
* @DISTRIBUTION_STATEMENT_BEGIN@
16
* libfixbuf 2.5
17
*
18
* Copyright 2024 Carnegie Mellon University.
19
*
20
* NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING
21
* INSTITUTE MATERIAL IS FURNISHED ON AN "AS-IS" BASIS. CARNEGIE MELLON
22
* UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR
23
* IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF
24
* FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS
25
* OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT
26
* MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT,
27
* TRADEMARK, OR COPYRIGHT INFRINGEMENT.
28
*
29
* Licensed under a GNU-Lesser GPL 3.0-style license, please see
30
* LICENSE.txt or contact permission@sei.cmu.edu for full terms.
31
*
32
* [DISTRIBUTION STATEMENT A] This material has been approved for public
33
* release and unlimited distribution. Please see Copyright notice for
34
* non-US Government use and distribution.
35
*
36
* This Software includes and/or makes use of Third-Party Software each
37
* subject to its own license.
38
*
39
* DM24-1020
40
* @DISTRIBUTION_STATEMENT_END@
41
* ------------------------------------------------------------------------
42
*/
43
44
#ifndef __FB_VERSION_H__
45
#define __FB_VERSION_H__
46
48
#define FIXBUF_VERSION_MAJOR 2
50
#define FIXBUF_VERSION_MINOR 5
52
#define FIXBUF_VERSION_RELEASE 0
54
#define FIXBUF_VERSION_BUILD 0
55
56
#endif
/* __FB_VERSION_H__ */