You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by so...@apache.org on 2014/03/20 03:07:23 UTC

git commit: Update STATUS to reflect 4.2.0 release date and bump version in configure.ac

Repository: trafficserver
Updated Branches:
  refs/heads/4.2.x a1f0b7d42 -> 4eb4d4fdf


Update STATUS to reflect 4.2.0 release date and bump version in configure.ac


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

Branch: refs/heads/4.2.x
Commit: 4eb4d4fdf98bd34625141897868acda0d61f1a15
Parents: a1f0b7d
Author: Phil Sorber <so...@apache.org>
Authored: Wed Mar 19 20:03:36 2014 -0600
Committer: Phil Sorber <so...@apache.org>
Committed: Wed Mar 19 20:03:36 2014 -0600

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/4eb4d4fd/STATUS
----------------------------------------------------------------------
diff --git a/STATUS b/STATUS
index 6f72320..97504bc 100644
--- a/STATUS
+++ b/STATUS
@@ -8,7 +8,7 @@ The current version of this file can be found at:
 
 Release history:
 
-    4.2.0           : Released on Mar 15th, 2014
+    4.2.0           : Released on Mar 19th, 2014
 
     4.1.2           : Released on Dec 17th, 2013
 

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/4eb4d4fd/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index e25e87d..5b5af9e 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.2.0])
-m4_define([TS_VERSION_N],[4002000])
+m4_define([TS_VERSION_S],[4.2.1])
+m4_define([TS_VERSION_N],[4002001])
 
 AC_INIT([Apache Traffic Server], TS_VERSION_S(), [dev@trafficserver.apache.org], [trafficserver],[http://trafficserver.apache.org])
 AC_PREREQ([2.59])