Skip to content

Commit

Permalink
version: bumped version 1 up
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasdr committed Jan 21, 2022
1 parent 0bd0150 commit cda1258
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion documentation/doxygen.private.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ JAVADOC_AUTOBRIEF = YES
OUTPUT_DIRECTORY = private
PERL_PATH = /usr/local/bin/perl
PROJECT_NAME = TDME2
PROJECT_NUMBER = 1.9.115
PROJECT_NUMBER = 1.9.116
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 @@ -172,7 +172,7 @@ JAVADOC_AUTOBRIEF = YES
OUTPUT_DIRECTORY = public
PERL_PATH = /usr/local/bin/perl
PROJECT_NAME = TDME2
PROJECT_NUMBER = 1.9.115
PROJECT_NUMBER = 1.9.116
RECURSIVE = NO
SEARCHENGINE = YES
SERVER_BASED_SEARCH = NO
Expand Down
2 changes: 1 addition & 1 deletion src/tdme/engine/EngineGL2Renderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class tdme::engine::EngineGL2Renderer: public GL2Renderer
* @return renderer version
*/
inline static string getRendererVersion() {
return "1.1.115";
return "1.1.116";
}

// overridden methods
Expand Down
2 changes: 1 addition & 1 deletion src/tdme/engine/EngineGL3Renderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class tdme::engine::EngineGL3Renderer: public GL3Renderer
* @return renderer version
*/
inline static string getRendererVersion() {
return "1.1.115";
return "1.1.116";
}

// overridden methods
Expand Down
2 changes: 1 addition & 1 deletion src/tdme/engine/EngineGLES2Renderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class tdme::engine::EngineGLES2Renderer: public GLES2Renderer
* @return renderer version
*/
inline static string getRendererVersion() {
return "1.1.115";
return "1.1.116";
}

// overridden methods
Expand Down
2 changes: 1 addition & 1 deletion src/tdme/engine/EngineVKRenderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class tdme::engine::EngineVKRenderer: public VKRenderer
* @return renderer version
*/
inline static string getRendererVersion() {
return "1.1.115";
return "1.1.116";
}

// overridden methods
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.1.115";
return "1.1.116";
}

string Version::getCopyright() {
Expand Down

0 comments on commit cda1258

Please sign in to comment.