diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-12-07 09:50:11 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-12-07 09:50:11 +0100 |
| commit | a25b50d3aa653e716ec1bb949c18686d0c03bcc5 (patch) | |
| tree | a06cc2b798bceacd18899cfb77421fbbb0f0e285 /src | |
| parent | b735a8663e067bb0f5c996f8ddd7fa556087c294 (diff) | |
| download | box64-a25b50d3aa653e716ec1bb949c18686d0c03bcc5.tar.gz box64-a25b50d3aa653e716ec1bb949c18686d0c03bcc5.zip | |
Start of a new dev. cycle
Diffstat (limited to 'src')
| -rw-r--r-- | src/box64version.h | 2 |
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_ |