summaryrefslogtreecommitdiff
path: root/src/version.rc
diff options
context:
space:
mode:
authorJeremy Rimpo <jeremy.rimpo@servermonkey.com>2023-09-17 16:13:26 -0500
committerGitHub <noreply@github.com>2023-09-17 16:13:26 -0500
commita6879e2c63755c3f2254101cc48566e1e4611332 (patch)
treeab7eef4922ac8c8adf6b95051c8e534a68ef23fc /src/version.rc
parent1387f6aefef7b3abb84166793ced8c38b1e12890 (diff)
parentf2a784ed70ef75954a4b9ba5b317794532116619 (diff)
Merge pull request #1863 from ModOrganizer2/starfield
Starfield Support
Diffstat (limited to 'src/version.rc')
-rw-r--r--src/version.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/version.rc b/src/version.rc
index 804a276d..0db83d44 100644
--- a/src/version.rc
+++ b/src/version.rc
@@ -4,7 +4,7 @@
// Otherwise, if letters are used in VER_FILEVERSION_STR, uses the full MOBase::VersionInfo parser
// Otherwise, uses the numbers from VER_FILEVERSION and sets the release type as pre-alpha
#define VER_FILEVERSION 2,5,0
-#define VER_FILEVERSION_STR "2.5.0-alpha3\0"
+#define VER_FILEVERSION_STR "2.5.0-beta7\0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
@@ -24,7 +24,7 @@ BEGIN
VALUE "FileDescription", "Mod Organizer 2 GUI\0"
VALUE "OriginalFilename", "ModOrganizer.exe\0"
VALUE "InternalName", "ModOrganizer2\0"
- VALUE "LegalCopyright", "Copyright 2011-2016 Sebastian Herbord\r\nCopyright 2016-2022 Mod Organizer 2 contributors\0"
+ VALUE "LegalCopyright", "Copyright 2011-2016 Sebastian Herbord\r\nCopyright 2016-2023 Mod Organizer 2 contributors\0"
VALUE "ProductName", "Mod Organizer 2\0"
VALUE "ProductVersion", VER_FILEVERSION_STR
END