diff --git a/main.cpp b/main.cpp index 37be045..4c22d84 100644 --- a/main.cpp +++ b/main.cpp @@ -1,4 +1,6 @@ -/* +/* Tool to provide stats of a tarball. + * http://github.com/blindi0815/Tarstats-pp + * * by Marcel Nowicki (github@epenis.de | github.com/blindi0815) */ diff --git a/tarconst.h b/tarconst.h index e7e1f7e..8d11d2e 100644 --- a/tarconst.h +++ b/tarconst.h @@ -11,7 +11,7 @@ namespace tarconstant { //global version - inline std::string const version = "v0.9-beta.3"; + inline std::string const version = "v1.0-Release"; // global itemtype definition inline std::string const typeFile = "FILES";