summaryrefslogtreecommitdiffhomepage
path: root/src/version.h
diff options
context:
space:
mode:
authorMichael Smith <mikesmiffy128@gmail.com>2022-04-24 04:24:20 +0100
committerMichael Smith <mikesmiffy128@gmail.com>2022-04-24 04:24:20 +0100
commita381eb23a3955d402b6c6607adbcbb3e7cdd31c5 (patch)
treee45fd6313b2b758bdade2b6efc94190189dcf8f1 /src/version.h
parent82aee3171eaa1d9a6eb69242655fd972bdd0b07b (diff)
Preemptively bump version to 0.3
No idea when the next release will happen yet, but this might as well happen now to avoid forgetting later.
Diffstat (limited to 'src/version.h')
-rw-r--r--src/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/version.h b/src/version.h
index 605eba7..7005932 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 2
-#define VERSION "0.2"
+#define VERSION_MINOR 3
+#define VERSION "0.3"