You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2013/09/13 18:47:07 UTC

git commit: Bumped to next stable release, v4.0.2. Thanks for the reminder Alan.

Updated Branches:
  refs/heads/4.0.x e41e03e59 -> d2bab43c9


Bumped to next stable release, v4.0.2. Thanks for the reminder Alan.


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

Branch: refs/heads/4.0.x
Commit: d2bab43c959cb0c12084e35c2067a0c28cd0a4b8
Parents: e41e03e
Author: Leif Hedstrom <zw...@apache.org>
Authored: Fri Sep 13 10:47:01 2013 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Fri Sep 13 10:47:01 2013 -0600

----------------------------------------------------------------------
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/d2bab43c/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 05faa4e..d9a396c 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.0.1])
-m4_define([TS_VERSION_N],[4000001])
+m4_define([TS_VERSION_S],[4.0.2])
+m4_define([TS_VERSION_N],[4000002])
 
 AC_INIT([Apache Traffic Server], TS_VERSION_S(), [dev@trafficserver.apache.org], [trafficserver],[http://trafficserver.apache.org])
 AC_PREREQ([2.59])