this cleaned up some stuff and added version information.

v0.9-beta.3
This commit is contained in:
Marcel Nowicki
2022-02-12 12:04:55 +01:00
parent 119fdff520
commit 75061d677d

View File

@@ -11,7 +11,7 @@
namespace tarconstant { namespace tarconstant {
//global version //global version
inline std::string const version = "v0.9-beta.2"; inline std::string const version = "v0.9-beta.3";
// global itemtype definition // global itemtype definition
inline std::string const typeFile = "FILES"; inline std::string const typeFile = "FILES";