From 3667502404e31f1871538366c32cb5d72b6048ab Mon Sep 17 00:00:00 2001 From: Marcel Nowicki Date: Sat, 12 Feb 2022 12:20:28 +0100 Subject: [PATCH 1/2] Release Version 1.0 --- main.cpp | 4 +++- tarconst.h | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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"; From 45369399382e72a5f05e7ee03cdd9e8894a877ed Mon Sep 17 00:00:00 2001 From: blindi0815 <94857567+blindi0815@users.noreply.github.com> Date: Sat, 12 Feb 2022 12:22:14 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c4fd92..482679e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Tarstats-++ Tool to provide stats of a tarball. +http://github.com/blindi815/Tarstats-pp +Version: v1.0-Release -## Genereral information +## General information This is a little command line tool to provide statistics on a GNU tar file. It is a personal project to further self study programming using C++. The project is inspired by https://github.com/isotopp/tarstats by @github/isotopp and the Twitter thread https://twitter.com/isotopp/status/1489549907841146882