aboutsummaryrefslogtreecommitdiff
path: root/src/version.h.in
diff options
context:
space:
mode:
authorAntonio Juarez <antonio.maria.juarez@live.com>2014-03-03 22:07:58 +0000
committerAntonio Juarez <antonio.maria.juarez@live.com>2014-03-03 22:07:58 +0000
commit296ae46ed8f8f6e5f986f978febad302e3df231a (patch)
tree1629164454a239308f33c9e12afb22e7f3cd8eeb /src/version.h.in
parentchanged name (diff)
downloadmonero-296ae46ed8f8f6e5f986f978febad302e3df231a.tar.xz
moved all stuff to github
Diffstat (limited to 'src/version.h.in')
-rw-r--r--src/version.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/version.h.in b/src/version.h.in
new file mode 100644
index 000000000..0e64c7a11
--- /dev/null
+++ b/src/version.h.in
@@ -0,0 +1,4 @@
+#define BUILD_COMMIT_ID "@VERSION@"
+#define PROJECT_VERSION "0.8.2"
+#define PROJECT_VERSION_BUILD_NO "279"
+#define PROJECT_VERSION_LONG PROJECT_VERSION "." PROJECT_VERSION_BUILD_NO "(" BUILD_COMMIT_ID ")"