TDME2  1.9.200
Version.cpp
Go to the documentation of this file.
1 #include <tdme/engine/Version.h>
2 
3 #include <string>
4 
5 #include <tdme/tdme.h>
6 
7 using std::string;
8 
10 
11 string Version::getVersion() {
12  return "1.9.200";
13 }
14 
16  return "Developed 2012-2023 by Andreas Drewke, Dominik Hepp, Mathias Lenz, Kolja Gumpert, drewke.net, mindty.com, github.com/mahula. Please see the license @ https://github.com/Mindty-Kollektiv/tdme2/blob/master/LICENSE";
17 }
static string getCopyright()
Definition: Version.cpp:15