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 2016/02/12 17:20:14 UTC

trafficserver git commit: Bump version to 6.1.2

Repository: trafficserver
Updated Branches:
  refs/heads/6.1.x f2987f0af -> 9afcf01b3


Bump version to 6.1.2


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

Branch: refs/heads/6.1.x
Commit: 9afcf01b3809d1bf4186974774a4ed643af5039a
Parents: f2987f0
Author: Leif Hedstrom <zw...@apache.org>
Authored: Fri Feb 12 08:20:10 2016 -0800
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Fri Feb 12 08:20:10 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/9afcf01b/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 74062e3..491648f 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.1])
-m4_define([TS_VERSION_N],[6001001])
+m4_define([TS_VERSION_S],[6.1.2])
+m4_define([TS_VERSION_N],[6001002])
 
 AC_INIT([Apache Traffic Server], TS_VERSION_S(), [dev@trafficserver.apache.org], [trafficserver],[http://trafficserver.apache.org])
 AC_PREREQ([2.59])