Update version numbers for ww42.5 release
authorjiehua.xiong <jiehuax.xiong@intel.com>
Thu, 17 Oct 2013 08:09:01 +0000 (16:09 +0800)
committerjiehua.xiong <jiehuax.xiong@intel.com>
Thu, 17 Oct 2013 08:09:01 +0000 (16:09 +0800)
Change-Id: I18184bedbcfac9889f6418bf3181997d6ae426dc

22 files changed:
configure.ac
packaging/tct-wrt.spec
tct-appwgt-wrt-tests/configure.ac
tct-appwgt-wrt-tests/tct-appwgt-wrt-tests.spec
tct-ext01-wrt-tests/configure.ac
tct-ext01-wrt-tests/tct-ext01-wrt-tests.spec
tct-ext02-wrt-tests/configure.ac
tct-ext02-wrt-tests/tct-ext02-wrt-tests.spec
tct-pm-wrt-tests/configure.ac
tct-pm-wrt-tests/tct-pm-wrt-tests.spec
tct-rt01-wrt-tests/configure.ac
tct-rt01-wrt-tests/tct-rt01-wrt-tests.spec
tct-rt02-wrt-tests/configure.ac
tct-rt02-wrt-tests/tct-rt02-wrt-tests.spec
tct-sp01-wrt-tests/configure.ac
tct-sp01-wrt-tests/tct-sp01-wrt-tests.spec
tct-sp02-wrt-tests/configure.ac
tct-sp02-wrt-tests/tct-sp02-wrt-tests.spec
tct-stab-wrt-tests/configure.ac
tct-stab-wrt-tests/tct-stab-wrt-tests.spec
tct-ui01-wrt-tests/configure.ac
tct-ui01-wrt-tests/tct-ui01-wrt-tests.spec

index 98399da..9a5c948 100644 (file)
@@ -28,7 +28,7 @@
 #               Fan, Yugang <yugang.fan@intel.com>
 #
 
-AC_INIT([wrt], [1.5.3], [yugang.fan@intel.com])
+AC_INIT([wrt], [1.5.4], [yugang.fan@intel.com])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
 AC_CONFIG_FILES([Makefile])
index ad4485b..f064e2d 100644 (file)
@@ -2,7 +2,7 @@
 
 Summary: Template Tizen Integration Test Suite
 Name: tct-wrt
-Version: 1.5.3
+Version: 1.5.4
 Release: 1
 License: BSD
 Group: test/tct/wrt
@@ -13,7 +13,7 @@ This is general Tizen integration test suite
 
 %package -n tct-ext01-wrt-tests
 Summary: wrt config extension test suite
-Version: 1.5.3
+Version: 1.5.4
 Release: 1
 License: BSD
 Group: test/tct/wrt
@@ -25,7 +25,7 @@ This is wrt config extension test suite package
 
 %package -n tct-ext02-wrt-tests
 Summary: wrt config extension test suite
-Version: 1.5.3
+Version: 1.5.4
 Release: 1
 License: BSD
 Group: test/tct/wrt
@@ -37,7 +37,7 @@ This is wrt config extension test suite package
 
 %package -n tct-pm-wrt-tests
 Summary: wrt package management test suite
-Version: 1.5.3
+Version: 1.5.4
 Release: 1
 License: BSD
 Group: test/tct/wrt
@@ -49,7 +49,7 @@ This is wrt package management test suite package
 
 %package -n tct-rt01-wrt-tests
 Summary: wrt runtime test suite
-Version: 1.5.3
+Version: 1.5.4
 Release: 1
 License: BSD
 Group: test/tct/wrt
@@ -61,7 +61,7 @@ This is wrt runtime test suite package
 
 %package -n tct-rt02-wrt-tests
 Summary: wrt runtime test suite
-Version: 1.5.3
+Version: 1.5.4
 Release: 1
 License: BSD
 Group: test/tct/wrt
@@ -73,7 +73,7 @@ This is wrt runtime test suite package
 
 %package -n tct-ui01-wrt-tests
 Summary: wrt runtime ui01 test suite
-Version: 1.5.3
+Version: 1.5.4
 Release: 1
 License: BSD
 Group: test/tct/wrt
@@ -85,7 +85,7 @@ This is wrt runtime ui01 test suite package
 
 %package -n tct-sp01-wrt-tests
 Summary: wrt security privacy test suite
-Version: 1.5.3
+Version: 1.5.4
 Release: 1
 License: BSD
 Group: test/tct/wrt
@@ -97,7 +97,7 @@ This is wrt security privacy test suite package
 
 %package -n tct-sp02-wrt-tests
 Summary: wrt security privacy test suite
-Version: 1.5.3
+Version: 1.5.4
 Release: 1
 License: BSD
 Group: test/tct/wrt
@@ -109,7 +109,7 @@ This is wrt security privacy test suite package
 
 %package -n tct-stab-wrt-tests
 Summary: wrt stability tests
-Version: 1.5.3
+Version: 1.5.4
 Release: 1
 License: BSD
 Group: test/tct/wrt
@@ -121,7 +121,7 @@ This is wrt stability test suite package
 
 %package -n tct-appwgt-wrt-tests
 Summary: wrt webapp widget tests
-Version: 1.5.3
+Version: 1.5.4
 Release: 1
 License: BSD
 Group: test/tct/wrt
index 4198b64..ddaf342 100644 (file)
@@ -28,7 +28,7 @@
 #               Hao, Yunfei <yunfenx.hao@intel.com>
 #
 
-AC_INIT([tct-appwgt-wrt-tests], [1.5.3], [yunfenx.hao@intel.com])
+AC_INIT([tct-appwgt-wrt-tests], [1.5.4], [yunfenx.hao@intel.com])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
 # Checks for programs.
index 222a1fc..c0994d9 100644 (file)
@@ -1,3 +1,3 @@
 name=$(basename $(pwd))
-version="1.5.3"
+version="1.5.4"
 appname=$(echo $name|sed 's/-/_/g')
index a309a83..15d4245 100644 (file)
@@ -28,7 +28,7 @@
 #               Gang, Feng<gangx.feng@intel.com>
 #
 
-AC_INIT([tct-ext01-wrt-tests], [1.5.3], [yugang.fan@intel.com])
+AC_INIT([tct-ext01-wrt-tests], [1.5.4], [yugang.fan@intel.com])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
 # Checks for programs.
index 222a1fc..c0994d9 100644 (file)
@@ -1,3 +1,3 @@
 name=$(basename $(pwd))
-version="1.5.3"
+version="1.5.4"
 appname=$(echo $name|sed 's/-/_/g')
index 5bf6bed..e6d27cc 100644 (file)
@@ -28,7 +28,7 @@
 #               Gang, Feng<gangx.feng@intel.com>
 #
 
-AC_INIT([tct-ext02-wrt-tests], [1.5.3], [yugang.fan@intel.com])
+AC_INIT([tct-ext02-wrt-tests], [1.5.4], [yugang.fan@intel.com])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
 # Checks for programs.
index 222a1fc..c0994d9 100644 (file)
@@ -1,3 +1,3 @@
 name=$(basename $(pwd))
-version="1.5.3"
+version="1.5.4"
 appname=$(echo $name|sed 's/-/_/g')
index ae91010..ef621f7 100644 (file)
@@ -28,7 +28,7 @@
 #               Gang, Feng<gangx.feng@intel.com>
 #
 
-AC_INIT([tct-pm-wrt-tests], [1.5.3], [gangx.feng@intel.com])
+AC_INIT([tct-pm-wrt-tests], [1.5.4], [gangx.feng@intel.com])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
 # Checks for programs.
index 222a1fc..c0994d9 100644 (file)
@@ -1,3 +1,3 @@
 name=$(basename $(pwd))
-version="1.5.3"
+version="1.5.4"
 appname=$(echo $name|sed 's/-/_/g')
index 5a55e4a..7360492 100644 (file)
@@ -28,7 +28,7 @@
 #               Hao, Yunfei <yunfenx.hao@intel.com>
 #
 
-AC_INIT([tct-rt01-wrt-tests], [1.5.3], [yunfenx.hao@intel.com])
+AC_INIT([tct-rt01-wrt-tests], [1.5.4], [yunfenx.hao@intel.com])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
 # Checks for programs.
index 222a1fc..c0994d9 100644 (file)
@@ -1,3 +1,3 @@
 name=$(basename $(pwd))
-version="1.5.3"
+version="1.5.4"
 appname=$(echo $name|sed 's/-/_/g')
index c50999f..9905937 100644 (file)
@@ -28,7 +28,7 @@
 #               Hao, Yunfei <yunfenx.hao@intel.com>
 #
 
-AC_INIT([tct-rt02-wrt-tests], [1.5.3], [yunfenx.hao@intel.com])
+AC_INIT([tct-rt02-wrt-tests], [1.5.4], [yunfenx.hao@intel.com])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
 # Checks for programs.
index 222a1fc..c0994d9 100644 (file)
@@ -1,3 +1,3 @@
 name=$(basename $(pwd))
-version="1.5.3"
+version="1.5.4"
 appname=$(echo $name|sed 's/-/_/g')
index bbc804b..6be30e0 100644 (file)
@@ -28,7 +28,7 @@
 #               Gang, Feng<gangx.feng@intel.com>
 #
 
-AC_INIT([tct-sp01-wrt-tests], [1.5.3], [gangx.feng@intel.com])
+AC_INIT([tct-sp01-wrt-tests], [1.5.4], [gangx.feng@intel.com])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
 # Checks for programs.
index 222a1fc..c0994d9 100644 (file)
@@ -1,3 +1,3 @@
 name=$(basename $(pwd))
-version="1.5.3"
+version="1.5.4"
 appname=$(echo $name|sed 's/-/_/g')
index ae08c34..57d3d6b 100644 (file)
@@ -28,7 +28,7 @@
 #               Gang, Feng<gangx.feng@intel.com>
 #
 
-AC_INIT([tct-sp02-wrt-tests], [1.5.3], [gangx.feng@intel.com])
+AC_INIT([tct-sp02-wrt-tests], [1.5.4], [gangx.feng@intel.com])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
 # Checks for programs.
index 222a1fc..c0994d9 100644 (file)
@@ -1,3 +1,3 @@
 name=$(basename $(pwd))
-version="1.5.3"
+version="1.5.4"
 appname=$(echo $name|sed 's/-/_/g')
index a861730..5b15eb9 100644 (file)
@@ -28,7 +28,7 @@
 #               Gang, Feng<gangx.feng@intel.com>
 #
 
-AC_INIT([tct-stab-wrt-tests], [1.5.3], [yugang.fan@intel.com])
+AC_INIT([tct-stab-wrt-tests], [1.5.4], [yugang.fan@intel.com])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
 # Checks for programs.
index 222a1fc..c0994d9 100644 (file)
@@ -1,3 +1,3 @@
 name=$(basename $(pwd))
-version="1.5.3"
+version="1.5.4"
 appname=$(echo $name|sed 's/-/_/g')
index 471036b..ba175c3 100644 (file)
@@ -28,7 +28,7 @@
 #               Hao, Yunfei <yunfenx.hao@intel.com>
 #
 
-AC_INIT([tct-ui01-wrt-tests], [1.5.3], [yunfenx.hao@intel.com])
+AC_INIT([tct-ui01-wrt-tests], [1.5.4], [yunfenx.hao@intel.com])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
 # Checks for programs.
index 222a1fc..c0994d9 100644 (file)
@@ -1,3 +1,3 @@
 name=$(basename $(pwd))
-version="1.5.3"
+version="1.5.4"
 appname=$(echo $name|sed 's/-/_/g')