aboutsummaryrefslogtreecommitdiffstats
path: root/version.h.in
diff options
context:
space:
mode:
authorPhilip Muzzall <[email protected]>2019-06-30 22:01:04 -0700
committerkcat <[email protected]>2019-06-30 22:01:04 -0700
commit7affe3d78d5473027104cb3b3008d5afb7ac47ea (patch)
tree3682d7b0ba66dec9f02ffac3f5362d7d2a2327d2 /version.h.in
parente9bf7e4b15460139c0474a97b9619c9e9fb3177f (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.in1
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}"