Compare commits

..
3 Commits
Author SHA1 Message Date
Chris Bessent 1df1ea5e11 Bump version to 2.4.4 2021-12-27 02:03:08 -07:00
Chris Bessent dfcbf45e1d Fix discord invite 2021-12-27 01:58:50 -07:00
Chris Bessent 1e5c019767 Bump version to 2.4.3 2021-12-25 14:54:32 -07:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2167,7 +2167,7 @@ void MainWindow::wikiTriggered()
void MainWindow::discordTriggered()
{
shell::Open(QUrl("https://discord.gg/cYwdcxj"));
shell::Open(QUrl("https://discord.gg/6GKR9jZ"));
}
void MainWindow::issueTriggered()
+2 -2
View File
@@ -3,8 +3,8 @@
// If VS_FF_PRERELEASE is not set, MO labels the build as a release and uses VER_FILEVERSION to determine version number.
// 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,4,3
#define VER_FILEVERSION_STR "2.4.3rc3\0"
#define VER_FILEVERSION 2,4,4
#define VER_FILEVERSION_STR "2.4.4\0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION