diff options
| author | mschroffel <mschroffel@cinecert.com> | 2016-05-06 19:35:34 +0000 |
|---|---|---|
| committer | mschroffel <> | 2016-05-06 19:35:34 +0000 |
| commit | d5cac9085e6da19bdfc8e76235a460da0e6e5f7b (patch) | |
| tree | 1a353b6b66d15ae1d2ce1b38e1c27be1bb7b6f65 /src/info.in | |
| parent | 44af0118320a49c29a8b39abb4ec1009e4a29589 (diff) | |
update makefile for version roll
Diffstat (limited to 'src/info.in')
| -rw-r--r-- | src/info.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/info.in b/src/info.in new file mode 100644 index 0000000..31870fd --- /dev/null +++ b/src/info.in @@ -0,0 +1,5 @@ +#define VERSION_MAJOR "@VERSION_MAJOR@" +#define VERSION_MINOR "@VERSION_MINOR@" +#define VERSION_PATCH "@VERSION_PATCH@" +#define PROJECT_NAME "@PROJECT_NAME@" +#define BUILD_TYPE "@CMAKE_BUILD_TYPE@"
\ No newline at end of file |
