File: version.h

package info (click to toggle)
metabat 2.18-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 972 kB
  • sloc: cpp: 10,869; sh: 422; python: 297; perl: 163; makefile: 19; ansic: 11
file content (14 lines) | stat: -rw-r--r-- 234 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

#ifdef __cplusplus
extern "C" {
#endif

extern const char *MetaBAT_VERSION;
extern const char *MetaBAT_VERSION_DATE;
extern const char *MetaBAT_BUILD_DATE;
extern const char *MetaBAT_BRANCH;

#ifdef __cplusplus
}
#endif