Update version numbers for ww36.5 release
authorjiehua.xiong <jiehuax.xiong@intel.com>
Thu, 5 Sep 2013 08:08:07 +0000 (16:08 +0800)
committerjiehua.xiong <jiehuax.xiong@intel.com>
Thu, 5 Sep 2013 08:08:07 +0000 (16:08 +0800)
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 238aeb2..1df647d 100644 (file)
@@ -28,7 +28,7 @@
 #               Fan, Yugang <yugang.fan@intel.com>
 #
 
-AC_INIT([wrt], [1.4.9], [yugang.fan@intel.com])
+AC_INIT([wrt], [1.5.0], [yugang.fan@intel.com])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
 AC_CONFIG_FILES([Makefile])
index 0f9005d..495db5a 100644 (file)
@@ -1,7 +1,7 @@
 
 Summary: Template Tizen Integration Test Suite
 Name: tct-wrt
-Version: 1.4.9
+Version: 1.5.0
 Release: 1
 License: BSD
 Group: test/tct/wrt
@@ -12,7 +12,7 @@ This is general Tizen integration test suite
 
 %package -n tct-ext01-wrt-tests
 Summary: wrt config extension test suite
-Version: 1.4.9
+Version: 1.5.0
 Release: 1
 License: BSD
 Group: test/tct/wrt
@@ -24,7 +24,7 @@ This is wrt config extension test suite package
 
 %package -n tct-ext02-wrt-tests
 Summary: wrt config extension test suite
-Version: 1.4.9
+Version: 1.5.0
 Release: 1
 License: BSD
 Group: test/tct/wrt
@@ -36,7 +36,7 @@ This is wrt config extension test suite package
 
 %package -n tct-pm-wrt-tests
 Summary: wrt package management test suite
-Version: 1.4.9
+Version: 1.5.0
 Release: 1
 License: BSD
 Group: test/tct/wrt
@@ -48,7 +48,7 @@ This is wrt package management test suite package
 
 %package -n tct-rt01-wrt-tests
 Summary: wrt runtime test suite
-Version: 1.4.9
+Version: 1.5.0
 Release: 1
 License: BSD
 Group: test/tct/wrt
@@ -60,7 +60,7 @@ This is wrt runtime test suite package
 
 %package -n tct-rt02-wrt-tests
 Summary: wrt runtime test suite
-Version: 1.4.9
+Version: 1.5.0
 Release: 1
 License: BSD
 Group: test/tct/wrt
@@ -72,7 +72,7 @@ This is wrt runtime test suite package
 
 %package -n tct-ui01-wrt-tests
 Summary: wrt runtime ui01 test suite
-Version: 1.4.9
+Version: 1.5.0
 Release: 1
 License: BSD
 Group: test/tct/wrt
@@ -84,7 +84,7 @@ This is wrt runtime ui01 test suite package
 
 %package -n tct-sp01-wrt-tests
 Summary: wrt security privacy test suite
-Version: 1.4.9
+Version: 1.5.0
 Release: 1
 License: BSD
 Group: test/tct/wrt
@@ -96,7 +96,7 @@ This is wrt security privacy test suite package
 
 %package -n tct-sp02-wrt-tests
 Summary: wrt security privacy test suite
-Version: 1.4.9
+Version: 1.5.0
 Release: 1
 License: BSD
 Group: test/tct/wrt
@@ -108,7 +108,7 @@ This is wrt security privacy test suite package
 
 %package -n tct-stab-wrt-tests
 Summary: wrt stability tests
-Version: 1.4.9
+Version: 1.5.0
 Release: 1
 License: BSD
 Group: test/tct/wrt
@@ -120,7 +120,7 @@ This is wrt stability test suite package
 
 %package -n tct-appwgt-wrt-tests
 Summary: wrt webapp widget tests
-Version: 1.4.9
+Version: 1.5.0
 Release: 1
 License: BSD
 Group: test/tct/wrt
index 6f53296..ecd58bd 100644 (file)
@@ -28,7 +28,7 @@
 #               Hao, Yunfei <yunfenx.hao@intel.com>
 #
 
-AC_INIT([tct-appwgt-wrt-tests], [1.4.9], [yunfenx.hao@intel.com])
+AC_INIT([tct-appwgt-wrt-tests], [1.5.0], [yunfenx.hao@intel.com])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
 # Checks for programs.
index 2d189a6..0b402ad 100644 (file)
@@ -2,7 +2,7 @@
 
 Summary: WRT web appwidget tests
 Name: tct-appwgt-wrt-tests
-Version: 1.4.9
+Version: 1.5.0
 Release: 1
 License: BSD
 Group: System/Libraries
index 2b77f2f..29e6dcc 100644 (file)
@@ -28,7 +28,7 @@
 #               Gang, Feng<gangx.feng@intel.com>
 #
 
-AC_INIT([tct-ext01-wrt-tests], [1.4.9], [yugang.fan@intel.com])
+AC_INIT([tct-ext01-wrt-tests], [1.5.0], [yugang.fan@intel.com])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
 # Checks for programs.
index 0c6ed94..6f5c2bf 100644 (file)
@@ -2,7 +2,7 @@
 
 Summary: WRT config extension tests
 Name: tct-ext01-wrt-tests
-Version: 1.4.9
+Version: 1.5.0
 Release: 1
 License: BSD
 Group: System/Libraries
index 7dead09..8c8fe1b 100644 (file)
@@ -28,7 +28,7 @@
 #               Gang, Feng<gangx.feng@intel.com>
 #
 
-AC_INIT([tct-ext02-wrt-tests], [1.4.9], [yugang.fan@intel.com])
+AC_INIT([tct-ext02-wrt-tests], [1.5.0], [yugang.fan@intel.com])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
 # Checks for programs.
index e8ff835..1171ef0 100644 (file)
@@ -2,7 +2,7 @@
 
 Summary: WRT config extension tests
 Name: tct-ext02-wrt-tests
-Version: 1.4.9
+Version: 1.5.0
 Release: 1
 License: BSD
 Group: System/Libraries
index 0fbf2b0..3a4b33b 100644 (file)
@@ -28,7 +28,7 @@
 #               Gang, Feng<gangx.feng@intel.com>
 #
 
-AC_INIT([tct-pm-wrt-tests], [1.4.9], [gangx.feng@intel.com])
+AC_INIT([tct-pm-wrt-tests], [1.5.0], [gangx.feng@intel.com])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
 # Checks for programs.
index c8381e0..f37476d 100644 (file)
@@ -2,7 +2,7 @@
 
 Summary: WRT package management tests
 Name: tct-pm-wrt-tests
-Version: 1.4.9
+Version: 1.5.0
 Release: 1
 License: BSD
 Group: System/Libraries
index ad049f6..6462036 100644 (file)
@@ -28,7 +28,7 @@
 #               Hao, Yunfei <yunfenx.hao@intel.com>
 #
 
-AC_INIT([tct-rt01-wrt-tests], [1.4.9], [yunfenx.hao@intel.com])
+AC_INIT([tct-rt01-wrt-tests], [1.5.0], [yunfenx.hao@intel.com])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
 # Checks for programs.
index 200cfa2..fbc6f34 100644 (file)
@@ -2,7 +2,7 @@
 
 Summary: WRT runtime tests
 Name: tct-rt01-wrt-tests
-Version: 1.4.9
+Version: 1.5.0
 Release: 1
 License: BSD
 Group: System/Libraries
index fb12b7e..64f5f06 100644 (file)
@@ -28,7 +28,7 @@
 #               Hao, Yunfei <yunfenx.hao@intel.com>
 #
 
-AC_INIT([tct-rt02-wrt-tests], [1.4.9], [yunfenx.hao@intel.com])
+AC_INIT([tct-rt02-wrt-tests], [1.5.0], [yunfenx.hao@intel.com])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
 # Checks for programs.
index 7cde9c0..353ac1c 100644 (file)
@@ -2,7 +2,7 @@
 
 Summary: WRT runtime tests
 Name: tct-rt02-wrt-tests
-Version: 1.4.9
+Version: 1.5.0
 Release: 1
 License: BSD
 Group: System/Libraries
index f4e8f02..8ad72d4 100644 (file)
@@ -28,7 +28,7 @@
 #               Gang, Feng<gangx.feng@intel.com>
 #
 
-AC_INIT([tct-sp01-wrt-tests], [1.4.9], [gangx.feng@intel.com])
+AC_INIT([tct-sp01-wrt-tests], [1.5.0], [gangx.feng@intel.com])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
 # Checks for programs.
index 1bc7013..f664773 100644 (file)
@@ -2,7 +2,7 @@
 
 Summary: WRT Security Privacy tests
 Name: tct-sp01-wrt-tests
-Version: 1.4.9
+Version: 1.5.0
 Release: 1
 License: BSD
 Group: System/Libraries
index 65b60e2..fa136e6 100644 (file)
@@ -28,7 +28,7 @@
 #               Gang, Feng<gangx.feng@intel.com>
 #
 
-AC_INIT([tct-sp02-wrt-tests], [1.4.9], [gangx.feng@intel.com])
+AC_INIT([tct-sp02-wrt-tests], [1.5.0], [gangx.feng@intel.com])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
 # Checks for programs.
index 47c0945..5f60835 100644 (file)
@@ -2,7 +2,7 @@
 
 Summary: WRT Security Privacy tests
 Name: tct-sp02-wrt-tests
-Version: 1.4.9
+Version: 1.5.0
 Release: 1
 License: BSD
 Group: System/Libraries
index 9b367e9..a77dc6f 100644 (file)
@@ -28,7 +28,7 @@
 #               Gang, Feng<gangx.feng@intel.com>
 #
 
-AC_INIT([tct-stab-wrt-tests], [1.4.9], [yugang.fan@intel.com])
+AC_INIT([tct-stab-wrt-tests], [1.5.0], [yugang.fan@intel.com])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
 # Checks for programs.
index 20cf755..b2bc385 100644 (file)
@@ -2,7 +2,7 @@
 
 Summary: WRT stability tests
 Name: tct-stab-wrt-tests
-Version: 1.4.9
+Version: 1.5.0
 Release: 1
 License: BSD
 Group: System/Libraries
index 986586b..57aa21c 100644 (file)
@@ -28,7 +28,7 @@
 #               Hao, Yunfei <yunfenx.hao@intel.com>
 #
 
-AC_INIT([tct-ui01-wrt-tests], [1.4.9], [yunfenx.hao@intel.com])
+AC_INIT([tct-ui01-wrt-tests], [1.5.0], [yunfenx.hao@intel.com])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
 # Checks for programs.
index bff04f0..928fb2d 100644 (file)
@@ -2,7 +2,7 @@
 
 Summary: WRT runtime ui tests
 Name: tct-ui01-wrt-tests
-Version: 1.4.9
+Version: 1.5.0
 Release: 1
 License: BSD
 Group: System/Libraries