Skip to content

Commit

Permalink
Bump version to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Oct 9, 2022
1 parent b456586 commit c6a7c85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion include/version.h
Expand Up @@ -4,7 +4,7 @@
#include <config.h>
#define RADIANT_VERSION PACKAGE_VERSION
#else
#define RADIANT_VERSION "3.4.0pre1"
#define RADIANT_VERSION "3.4.0"
#endif

#define RADIANT_APPNAME "DarkRadiant"
Expand Down
9 changes: 0 additions & 9 deletions test/CodeTokeniser.cpp
Expand Up @@ -29,15 +29,6 @@ inline void expectTokenSequence(const radiant::TestContext& context, const std::
TemporaryFile tempFile(path, contents);

auto file = GlobalFileSystem().openTextFile(TEMPORARY_GUI_FILE);
#if 0
{
parser::GuiTokeniser tokeniser2(file);
while (tokeniser2.hasMoreTokens())
{
std::cout << tokeniser2.nextToken() << std::endl;
}
}
#endif // 0

parser::GuiTokeniser tokeniser(file);
expectTokenSequence(tokeniser, expectedTokens);
Expand Down

0 comments on commit c6a7c85

Please sign in to comment.