GTIRB  v2.1.0
GrammaTech Intermediate Representation for Binaries: C++ API
version.h
Go to the documentation of this file.
1 //===- version.h -------------------------------------------------*- C++-*-===//
2 //
3 // Copyright (C) 2020 GrammaTech, Inc.
4 //
5 // This code is licensed under the MIT license. See the LICENSE file in the
6 // project root for license terms.
7 //
8 // This project is sponsored by the Office of Naval Research, One Liberty
9 // Center, 875 N. Randolph Street, Arlington, VA 22203 under contract #
10 // N68335-17-C-0700. The content of the information does not necessarily
11 // reflect the position or policy of the Government and no official
12 // endorsement should be inferred.
13 //
14 //===----------------------------------------------------------------------===//
15 
16 #ifndef GTIRB_VERSION_H
17 #define GTIRB_VERSION_H
18 
22 #define GTIRB_MAJOR_VERSION 2
23 
27 #define GTIRB_MINOR_VERSION 1
28 
32 #define GTIRB_PATCH_VERSION 0
33 
36 
40 #define GTIRB_VERSION_STRING \
41  "2.1.0"
42 
46 #define GTIRB_PROTOBUF_VERSION 4
47 
48 #endif