Release 1.2.0 submit/tizen/20210222.082606
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 22 Feb 2021 08:21:49 +0000 (17:21 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 22 Feb 2021 08:25:43 +0000 (17:25 +0900)
Update version number.
Make version numbers consistent across files.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
debian/changelog
packaging/ssat.spec
ssat.sh

index 6e8d420..89c0eec 100644 (file)
@@ -1,3 +1,9 @@
+ssat (1.2.0) stable; urgency=medium
+
+  * Progress and error logs revised.
+
+ -- MyungJoo Ham <myungjoo.ham@samsung.com>  Mon, 22 Feb 2021 17:23:00 +0900
+
 ssat (1.1.0) stable; urgency=medium
 
   * A lot of updates have been done (new features)
index 3cb440a..eaf8890 100644 (file)
@@ -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 <myungjoo.ham@samsung.com>
 License:       Apache-2.0
diff --git a/ssat.sh b/ssat.sh
index 6a5041f..a3a1295 100755 (executable)
--- 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"`