Skip to content

Commit

Permalink
Fix warning in test project.
Browse files Browse the repository at this point in the history
Bump version to 2.9.0pre3.
  • Loading branch information
codereader committed Nov 7, 2020
1 parent d7e26c9 commit 49d1e84
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion include/version.h
Expand Up @@ -2,7 +2,7 @@
#include <config.h>
#define RADIANT_VERSION PACKAGE_VERSION
#else
#define RADIANT_VERSION "2.9.0pre2"
#define RADIANT_VERSION "2.9.0pre3"
#endif

#define RADIANT_APPNAME "DarkRadiant"
Expand Down
2 changes: 1 addition & 1 deletion test/MapExport.cpp
Expand Up @@ -69,7 +69,7 @@ TEST_F(MapExportTest, exportSelectedDoesNotSendMessages)

GlobalRadiantCore().getMessageBus().removeListener(listener);

ASSERT_FALSE(messageReceived, "Received a FileOperation message while exporting the selection");
EXPECT_FALSE(messageReceived) << "Received a FileOperation message while exporting the selection";
}

}
2 changes: 1 addition & 1 deletion tools/innosetup/darkradiant.iss
@@ -1,7 +1,7 @@
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define DarkRadiantVersion "2.9.0pre2"
#define DarkRadiantVersion "2.9.0pre3"

[Setup]
AppName=DarkRadiant
Expand Down
2 changes: 1 addition & 1 deletion tools/innosetup/darkradiant.x64.iss
@@ -1,7 +1,7 @@
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define DarkRadiantVersion "2.9.0pre2"
#define DarkRadiantVersion "2.9.0pre3"

[Setup]
AppName=DarkRadiant
Expand Down

0 comments on commit 49d1e84

Please sign in to comment.