You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ig...@apache.org on 2014/01/23 16:59:27 UTC

[2/2] git commit: bump version to 4.1.3

bump version to 4.1.3


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/5cdf0453
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/5cdf0453
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/5cdf0453

Branch: refs/heads/4.1.x
Commit: 5cdf04538f41f3931e685df347f0036da5cb52bb
Parents: bebda9f
Author: Igor Galić <i....@brainsware.org>
Authored: Thu Jan 23 16:56:43 2014 +0100
Committer: Igor Galić <i....@brainsware.org>
Committed: Thu Jan 23 16:59:02 2014 +0100

----------------------------------------------------------------------
 STATUS       | 3 +++
 configure.ac | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/5cdf0453/STATUS
----------------------------------------------------------------------
diff --git a/STATUS b/STATUS
index 72ed550..b43cd59 100644
--- a/STATUS
+++ b/STATUS
@@ -8,6 +8,9 @@ The current version of this file can be found at:
 
 Release history:
 
+    4.1.3           : Released on Xyz ABcd, 2014
+    4.1.2           : Released on Dec 17th, 2013
+
     4.0.2           : Released on Oct 14th, 2013
     4.0.1           : Released on Aug 30th, 2013
 

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/5cdf0453/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 3c8838c..59ceaf8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,8 +32,8 @@
 # Version number is calculated as MAJOR * 1000000 + MINOR * 1000 + MICRO
 # Version string is in the form of MAJOR.MINOR.MICRO[sufix]
 #
-m4_define([TS_VERSION_S],[4.1.2])
-m4_define([TS_VERSION_N],[4001002])
+m4_define([TS_VERSION_S],[4.1.3])
+m4_define([TS_VERSION_N],[4001003])
 
 AC_INIT([Apache Traffic Server], TS_VERSION_S(), [dev@trafficserver.apache.org], [trafficserver],[http://trafficserver.apache.org])
 AC_PREREQ([2.59])