about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-03-10 17:10:24 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-03-10 17:10:24 +0100
commit60c6858916aa9e5332fad5cb52c448893e5bd2ef (patch)
treee7312eca0e54b0079655232889a42f65ec08c852 /src
parentc5e085bc963dd45b11aead34668459bdceb49be5 (diff)
downloadbox64-60c6858916aa9e5332fad5cb52c448893e5bd2ef.tar.gz
box64-60c6858916aa9e5332fad5cb52c448893e5bd2ef.zip
Bumped to v0.2.2
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 cccc633a..c6defd15 100755
--- a/src/box64version.h
+++ b/src/box64version.h
@@ -3,6 +3,6 @@
 
 #define BOX64_MAJOR 0
 #define BOX64_MINOR 2
-#define BOX64_REVISION 1
+#define BOX64_REVISION 2
 
 #endif //__BOX64_VERSION_H_