diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2024-08-05 21:00:17 +0100 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2024-08-05 21:03:27 +0100 |
commit | 01ec55edd9f767bebb1222c88f0e53e9cf8b2d59 (patch) | |
tree | 19590cb691228c0ea44bca3eb54abaf6bf0ac188 /src/version.h | |
parent | 604dbdc53b34c25e53b19e37ab33fc09cef9111e (diff) |
Bump the version to 0.7, ahead of next release
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 2d07166..35f11a1 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 6 -#define VERSION "0.6" +#define VERSION_MINOR 7 +#define VERSION "0.7" |