From 73cd411072e03a2b867f4fe9f3fbf45ad550975a Mon Sep 17 00:00:00 2001 From: "jiehua.xiong" Date: Thu, 17 Oct 2013 16:05:26 +0800 Subject: [PATCH] Update version numbers for ww42.5 release Change-Id: I72939adb2aafe4a03dafd1ca0c41c84b0056adc8 --- configure.ac | 2 +- packaging/tct-webuifw.spec | 4 ++-- tct-webuifw-tests/configure.ac | 2 +- tct-webuifw-tests/tct-webuifw-tests.spec | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 671add4..96bab1f 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ # Fan, Yugang # -AC_INIT([tct-webuifw-tests], [1.3.4], [yugang.fan@intel.com]) +AC_INIT([tct-webuifw-tests], [2.4.2], [yugang.fan@intel.com]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_CONFIG_FILES([Makefile tct-webuifw-tests/Makefile]) AC_OUTPUT diff --git a/packaging/tct-webuifw.spec b/packaging/tct-webuifw.spec index ec8edac..79467f3 100644 --- a/packaging/tct-webuifw.spec +++ b/packaging/tct-webuifw.spec @@ -2,7 +2,7 @@ Summary: Tizen Web UI FW Test Suite Name: tct-webuifw -Version: 1.3.4 +Version: 2.4.2 Release: 0 License: BSD Group: test/tct/webuifw @@ -13,7 +13,7 @@ This is general Tizen Web UI FW test suite %package -n tct-webuifw-tests Summary: Tizen Web UI FW test suite -Version: 1.3.4 +Version: 2.4.2 Release: 1 License: BSD Group: test/tct/webuifw diff --git a/tct-webuifw-tests/configure.ac b/tct-webuifw-tests/configure.ac index e5878c0..3455d2e 100644 --- a/tct-webuifw-tests/configure.ac +++ b/tct-webuifw-tests/configure.ac @@ -28,7 +28,7 @@ # Fan, Yugang # -AC_INIT([tct-webuifw-tests], [1.3.4], [yugang.fan@intel.com]) +AC_INIT([tct-webuifw-tests], [2.4.2], [yugang.fan@intel.com]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) # Checks for programs. diff --git a/tct-webuifw-tests/tct-webuifw-tests.spec b/tct-webuifw-tests/tct-webuifw-tests.spec index 341b04e..cc3d756 100644 --- a/tct-webuifw-tests/tct-webuifw-tests.spec +++ b/tct-webuifw-tests/tct-webuifw-tests.spec @@ -1,5 +1,5 @@ name=$(basename $(pwd)) -version="2.4.1" +version="2.4.2" appname=$(echo $name|sed 's/-/_/g') # set value "1" if this suite need to sign,otherwise set "0" # -- 2.7.4