diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2023-06-12 22:39:37 +0100 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2023-06-12 23:06:47 +0100 |
commit | 19fe683f14e1ba71e34b18d8f753bb5c93a75126 (patch) | |
tree | fb55fb7b6e1f661ca4809210434f51515b91ff46 /src/version.h | |
parent | 7aa6bd1cd88db9cceef3d1c07cd7664cb47538be (diff) |
Bump version to 0.6 and reset changelog string
Diffstat (limited to 'src/version.h')
-rw-r--r-- | src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/version.h b/src/version.h index fe2a790..2d07166 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ #define NAME "SST" #define LONGNAME "Source Speedrun Tools Beta" #define VERSION_MAJOR 0 -#define VERSION_MINOR 5 -#define VERSION "0.5" +#define VERSION_MINOR 6 +#define VERSION "0.6" |