diff --git a/debian/changelog b/debian/changelog index 6e8d420..89c0eec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ssat (1.2.0) stable; urgency=medium + + * Progress and error logs revised. + + -- MyungJoo Ham Mon, 22 Feb 2021 17:23:00 +0900 + ssat (1.1.0) stable; urgency=medium * A lot of updates have been done (new features) diff --git a/packaging/ssat.spec b/packaging/ssat.spec index 3cb440a..eaf8890 100644 --- a/packaging/ssat.spec +++ b/packaging/ssat.spec @@ -1,7 +1,7 @@ Name: ssat Summary: Shell Script Automated Tester -Version: 1.1.0 -Release: 1rc1 +Version: 1.2.0 +Release: 1 Group: Development/Tools Packager: MyungJoo Ham License: Apache-2.0 diff --git a/ssat.sh b/ssat.sh index 6a5041f..a3a1295 100755 --- a/ssat.sh +++ b/ssat.sh @@ -31,7 +31,7 @@ ## - OUTPUT : Summary of test results to stdout. Exit code of 0 if success, non-zero if not success. ## @section CREATEINFO Code information ## - Initial date : 2018/06/22 -## - Version : 1.0.0 +## - Version : 1.2.0 TARGET=$(pwd) BASEPATH=`dirname "$0"`