From 75061d677d8cff84cc38c7b089c41515b37bc9e6 Mon Sep 17 00:00:00 2001 From: Marcel Nowicki Date: Sat, 12 Feb 2022 12:04:55 +0100 Subject: [PATCH] this cleaned up some stuff and added version information. v0.9-beta.3 --- tarconst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarconst.h b/tarconst.h index ca30dc0..e7e1f7e 100644 --- a/tarconst.h +++ b/tarconst.h @@ -11,7 +11,7 @@ namespace tarconstant { //global version - inline std::string const version = "v0.9-beta.2"; + inline std::string const version = "v0.9-beta.3"; // global itemtype definition inline std::string const typeFile = "FILES";