File: version-h.in.cmake

package info (click to toggle)
ntirpc 3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,116 kB
  • sloc: ansic: 32,243; makefile: 10
file content (15 lines) | stat: -rw-r--r-- 447 bytes parent folder | download | duplicates (6)
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 */