Skip to content

Commit

Permalink
version: bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasdr committed Nov 2, 2023
1 parent 0c76517 commit c4d677b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion documentation/doxygen.private.config
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ JAVADOC_AUTOBRIEF = YES
OUTPUT_DIRECTORY = private
PERL_PATH = /usr/local/bin/perl
PROJECT_NAME = TDME2
PROJECT_NUMBER = 1.9.193
PROJECT_NUMBER = 1.9.194
RECURSIVE = YES
SEARCHENGINE = YES
SERVER_BASED_SEARCH = NO
Expand Down
2 changes: 1 addition & 1 deletion documentation/doxygen.public.config
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ JAVADOC_AUTOBRIEF = YES
OUTPUT_DIRECTORY = public
PERL_PATH = /usr/local/bin/perl
PROJECT_NAME = TDME2
PROJECT_NUMBER = 1.9.193
PROJECT_NUMBER = 1.9.194
RECURSIVE = NO
SEARCHENGINE = YES
SERVER_BASED_SEARCH = NO
Expand Down
2 changes: 1 addition & 1 deletion resources/installer/installer.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
installer_version=1.9.176
name=TDME2 1.9.193
name=TDME2 1.9.194
diskspace=300MB
install_path=TDME2
exe_path=bin/tdme,scripts,platform,.
Expand Down
2 changes: 1 addition & 1 deletion src/tdme/engine/Version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ using std::string;
using tdme::engine::Version;

string Version::getVersion() {
return "1.9.193";
return "1.9.194";
}

string Version::getCopyright() {
Expand Down
2 changes: 1 addition & 1 deletion src/tdme/engine/subsystems/renderer/RendererPlugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class tdme::engine::subsystems::renderer::RendererPlugin
* @return renderer version
*/
inline static const string getRendererVersion() {
return "1.9.193";
return "1.9.194";
}

};

0 comments on commit c4d677b

Please sign in to comment.