File: libemos_version.h.in

package info (click to toggle)
emoslib 2%3A4.5.9-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 356,640 kB
  • sloc: fortran: 93,146; ansic: 27,958; sh: 7,598; f90: 5,215; perl: 604; cpp: 305; makefile: 84; python: 53
file content (19 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef libemos_version_h
#define libemos_version_h

#define LIBEMOS_VERSION_STR "@LIBEMOS_VERSION_STR@"
#define LIBEMOS_VERSION     "@LIBEMOS_VERSION@"

#define LIBEMOS_MAJOR_VERSION @LIBEMOS_MAJOR_VERSION@
#define LIBEMOS_MINOR_VERSION @LIBEMOS_MINOR_VERSION@
#define LIBEMOS_PATCH_VERSION @LIBEMOS_PATCH_VERSION@

const char * libemos_version();

unsigned int libemos_version_int();

const char * libemos_version_str();

const char * libemos_git_sha1();

#endif // libemos_version_h