diff options
author | 2025-07-31 20:05:40 +0100 | |
---|---|---|
committer | 2025-07-31 20:06:59 +0100 | |
commit | f2f9f18a893527ee80260a2d57bca3023f8fd44f (patch) | |
tree | b3378823c12b0fbfbed7d5a2a9af453ebe860305 /src/version.h | |
parent | 22e0cb9fdae2cf5f857054dbfb8e01efa31fb54a (diff) | |
download | sst-f2f9f18a893527ee80260a2d57bca3023f8fd44f.tar.gz sst-f2f9f18a893527ee80260a2d57bca3023f8fd44f.zip |
Set up for 0.15
Don't worry about the fact I typed l4 instead 14 for the last release
btw. No idea how that happened but I guess it doesn't matter anyway.
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 6e60474..998e139 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 14 -#define VERSION "0.14" +#define VERSION_MINOR 15 +#define VERSION "0.15" |