about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-03-13 16:10:44 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-03-13 16:10:44 +0100
commit3bcb72a083a8a9d7c03dc5cd003af8ad90ab7d03 (patch)
tree1f39e98f47561bddf61c80bbbb4685c47def599d
parent634f3c0f58c4dc998584c6e069298378781bf3cd (diff)
downloadbox64-3bcb72a083a8a9d7c03dc5cd003af8ad90ab7d03.tar.gz
box64-3bcb72a083a8a9d7c03dc5cd003af8ad90ab7d03.zip
Start of a new dev. cycle
-rw-r--r--CHANGELOG.md3
-rwxr-xr-xsrc/box64version.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e32aa637..07c522eb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+Current version

+======

+

 v0.0.4

 ======

 * Added a lot of opcodes

diff --git a/src/box64version.h b/src/box64version.h
index eb815133..9d7ba24c 100755
--- a/src/box64version.h
+++ b/src/box64version.h
@@ -3,6 +3,6 @@
 
 #define BOX64_MAJOR 0
 #define BOX64_MINOR 0
-#define BOX64_REVISION 4
+#define BOX64_REVISION 5
 
 #endif //__BOX64_VERSION_H_