• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef GOOGLE_PROTOBUF_RUNTIME_VERSION_H__
2 #define GOOGLE_PROTOBUF_RUNTIME_VERSION_H__
3 
4 #ifdef PROTOBUF_VERSION
5 #error PROTOBUF_VERSION was previously defined
6 #endif  // PROTOBUF_VERSION
7 
8 #ifdef PROTOBUF_VERSION_SUFFIX
9 #error PROTOBUF_VERSION_SUFFIX was previously defined
10 #endif  // PROTOBUF_VERSION_SUFFIX
11 
12 #ifdef PROTOBUF_OSS_VERSION
13 #error PROTOBUF_OSS_VERSION was previously defined
14 #endif  // PROTOBUF_OSS_VERSION
15 
16 #ifdef PROTOBUF_OSS_VERSION_SUFFIX
17 #error PROTOBUF_OSS_VERSION_SUFFIX was previously defined
18 #endif  // PROTOBUF_OSS_VERSION_SUFFIX
19 
20 // The OSS versions are not stripped to avoid merging conflicts.
21 #define PROTOBUF_OSS_VERSION 5029004
22 #define PROTOBUF_OSS_VERSION_SUFFIX ""
23 
24 #define PROTOBUF_VERSION PROTOBUF_OSS_VERSION
25 #define PROTOBUF_VERSION_SUFFIX PROTOBUF_OSS_VERSION_SUFFIX
26 
27 #endif  // GOOGLE_PROTOBUF_RUNTIME_VERSION_H__
28