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 2015/12/28 03:37:09 UTC

trafficserver git commit: Bump the version to v6.2.0, we branched for 6.1.0

Repository: trafficserver
Updated Branches:
  refs/heads/master f5439a24e -> a8b4a90af


Bump the version to v6.2.0, we branched for 6.1.0


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

Branch: refs/heads/master
Commit: a8b4a90af38645079879d5d20a678e5035137802
Parents: f5439a2
Author: Leif Hedstrom <zw...@apache.org>
Authored: Sun Dec 27 16:36:51 2015 -1000
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Sun Dec 27 16:36:51 2015 -1000

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/a8b4a90a/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 496e16f..5712cf8 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],[6.1.0])
-m4_define([TS_VERSION_N],[6001000])
+m4_define([TS_VERSION_S],[6.2.0])
+m4_define([TS_VERSION_N],[6002000])
 
 AC_INIT([Apache Traffic Server], TS_VERSION_S(), [dev@trafficserver.apache.org], [trafficserver],[http://trafficserver.apache.org])
 AC_PREREQ([2.59])