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