diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-28 17:03:30 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-28 17:03:30 +0300 |
commit | 85de4b5e564c6797c834236b21f2a0ed70c39588 (patch) | |
tree | 38e3868da7ab07ef9b72ec2d8601d2263b132cce | |
parent | 0de08dc04a93585d5279a71ea3fd6dd59cbbead8 (diff) |
Fix version.in file
-rw-r--r-- | brep/version.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/brep/version.in b/brep/version.in index 25a4b5a..c0f6df4 100644 --- a/brep/version.in +++ b/brep/version.in @@ -49,4 +49,9 @@ $libbpkg.check(LIBBPKG_VERSION, LIBBPKG_SNAPSHOT)$ $libbbot.check(LIBBBOT_VERSION, LIBBBOT_SNAPSHOT)$ +// For now these are the same. +// +#define LIBBREP_VERSION BREP_VERSION +#define LIBBREP_VERSION_STR BREP_VERSION_STR + #endif // BREP_VERSION |