MinitScript  0.9.31 PRE-BETA
Version.cpp
Go to the documentation of this file.
2 
3 #include <string>
4 
6 
7 using std::string;
8 
10 
11 string Version::getVersion() {
12  return "0.9.31 PRE-BETA";
13 }
14 
15 string Version::getCopyright() {
16  return "Developed 2012-2024 by Andreas Drewke, Dominik Hepp, Kolja Gumpert, drewke.net, mindty.com. Please see the license @ https://github.com/Mindty-Kollektiv/minitscript/blob/master/LICENSE";
17 }