summaryrefslogtreecommitdiffhomepage
path: root/src/version.h
diff options
context:
space:
mode:
authorMichael Smith <mikesmiffy128@gmail.com>2021-11-20 03:10:50 +0000
committerMichael Smith <mikesmiffy128@gmail.com>2021-11-20 03:18:08 +0000
commitda6f343032cb01597dc7866e66f091adf3243a62 (patch)
tree870f8cb8e82bb42202ab92bea03fc6ab35ada7ca /src/version.h
Initial public snapshot
With code from Bill. Thanks Bill!
Diffstat (limited to 'src/version.h')
-rw-r--r--src/version.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/version.h b/src/version.h
new file mode 100644
index 0000000..b75b78f
--- /dev/null
+++ b/src/version.h
@@ -0,0 +1,5 @@
+#define NAME "SST"
+#define LONGNAME "Source Speedrun Tools"
+#define VERSION_MAJOR 0
+#define VERSION_MINOR 1
+#define VERSION "Beta 0.1"