mirror of
https://github.com/ModOrganizer2/modorganizer.git
synced 2026-07-27 13:58:24 -07:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1df1ea5e11 | ||
|
|
dfcbf45e1d | ||
|
|
1e5c019767 |
+1
-1
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user