about summary refs log tree commit diff stats
path: root/src/box64version.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/box64version.h')
-rwxr-xr-xsrc/box64version.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/box64version.h b/src/box64version.h
new file mode 100755
index 00000000..d9c4c042
--- /dev/null
+++ b/src/box64version.h
@@ -0,0 +1,8 @@
+#ifndef __BOX64_VERSION_H_
+#define __BOX64_VERSION_H_
+
+#define BOX64_MAJOR 0
+#define BOX64_MINOR 0
+#define BOX64_REVISION 1
+
+#endif //__BOX64_VERSION_H_
\ No newline at end of file