summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dll.rc2
-rw-r--r--src/version.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/dll.rc b/src/dll.rc
index 59f5354..fa62277 100644
--- a/src/dll.rc
+++ b/src/dll.rc
@@ -19,7 +19,7 @@ BEGIN
VALUE "FileDescription", LONGNAME
VALUE "FileVersion", VERSION
VALUE "InternalName", NAME
- VALUE "LegalCopyright", "Copyright (C) 2021 Michael Smith and others. All rights reserved."
+ VALUE "LegalCopyright", "Copyright (C) 2022 multiple authors. Refer to the included LICENCE file."
VALUE "ProductName", LONGNAME
VALUE "ProductVersion", VERSION
END
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"