about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-09-05 11:34:21 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-09-05 11:34:21 +0200
commit716ac9e041dcc041b59512905645d78b8ea18f8c (patch)
treeb6c63943373e167a944e5efc64c565793acc117e /src
parentfb835fbe669b51b06e6d57e1f75fb05de728086b (diff)
downloadbox64-716ac9e041dcc041b59512905645d78b8ea18f8c.tar.gz
box64-716ac9e041dcc041b59512905645d78b8ea18f8c.zip
Bumped to v0.1.4
Diffstat (limited to 'src')
-rwxr-xr-xsrc/box64version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/box64version.h b/src/box64version.h
index 53d7c4bd..22c96937 100755
--- a/src/box64version.h
+++ b/src/box64version.h
@@ -3,6 +3,6 @@
 
 #define BOX64_MAJOR 0
 #define BOX64_MINOR 1
-#define BOX64_REVISION 3
+#define BOX64_REVISION 4
 
 #endif //__BOX64_VERSION_H_