about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-12-07 09:50:11 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-12-07 09:50:11 +0100
commita25b50d3aa653e716ec1bb949c18686d0c03bcc5 (patch)
treea06cc2b798bceacd18899cfb77421fbbb0f0e285 /src
parentb735a8663e067bb0f5c996f8ddd7fa556087c294 (diff)
downloadbox64-a25b50d3aa653e716ec1bb949c18686d0c03bcc5.tar.gz
box64-a25b50d3aa653e716ec1bb949c18686d0c03bcc5.zip
Start of a new dev. cycle
Diffstat (limited to 'src')
-rw-r--r--src/box64version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/box64version.h b/src/box64version.h
index 2766c06d..12f00d07 100644
--- a/src/box64version.h
+++ b/src/box64version.h
@@ -3,6 +3,6 @@
 
 #define BOX64_MAJOR 0
 #define BOX64_MINOR 3
-#define BOX64_REVISION 2
+#define BOX64_REVISION 3
 
 #endif //__BOX64_VERSION_H_