diff options
author | Philip Muzzall <[email protected]> | 2019-06-30 22:01:04 -0700 |
---|---|---|
committer | kcat <[email protected]> | 2019-06-30 22:01:04 -0700 |
commit | 7affe3d78d5473027104cb3b3008d5afb7ac47ea (patch) | |
tree | 3682d7b0ba66dec9f02ffac3f5362d7d2a2327d2 /version.h.in | |
parent | e9bf7e4b15460139c0474a97b9619c9e9fb3177f (diff) |
Added rc scripts for dll (#306)
* Added rc scripts for dll
* Reverted numbering scheme in CMakeLists
Diffstat (limited to 'version.h.in')
-rw-r--r-- | version.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/version.h.in b/version.h.in index 56f738a3..9bb439d8 100644 --- a/version.h.in +++ b/version.h.in @@ -1,5 +1,6 @@ /* Define to the library version */ #define ALSOFT_VERSION "${LIB_VERSION}" +#define ALSOFT_VERSION_NUM ${LIB_VERSION_NUM} /* Define the branch being built */ #define ALSOFT_GIT_BRANCH "${GIT_BRANCH}" |