File: version-h.in.cmake

package info (click to toggle)
ntirpc 6.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,500 kB
  • sloc: ansic: 33,935; cpp: 1,132; python: 590; sh: 68; makefile: 13
file content (15 lines) | stat: -rw-r--r-- 447 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* version.h file expanded by Cmake for build */

#ifndef VERSION_H
#define VERSION_H

#define NTIRPC_VERSION_MAJOR @NTIRPC_MAJOR_VERSION@
#define NTIRPC_VERSION_MINOR @NTIRPC_MINOR_VERSION@
#define NTIRPC_VERSION_EXTRA @NTIRPC_VERSION_EXTRA@

#define NTIRPC_VERSION "@NTIRPC_VERSION@"
#define NTIRPC_VERSION_COMMENT "@VERSION_COMMENT@"
#define _GIT_HEAD_COMMIT "@_GIT_HEAD_COMMIT@"
#define _GIT_DESCRIBE "@_GIT_DESCRIBE@"

#endif /* VERSION_H */