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 2017/08/02 03:52:42 UTC

[trafficserver] branch 6.2.x updated: Bump version and update STATUS

This is an automated email from the ASF dual-hosted git repository.

sorber pushed a commit to branch 6.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/6.2.x by this push:
     new 8911566  Bump version and update STATUS
8911566 is described below

commit 8911566af705d94e1c3bbf8b0984522d14eca74e
Author: Phil Sorber <so...@apache.org>
AuthorDate: Tue Aug 1 21:36:00 2017 -0600

    Bump version and update STATUS
---
 STATUS       | 1 +
 configure.ac | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/STATUS b/STATUS
index d0ce325..9276331 100644
--- a/STATUS
+++ b/STATUS
@@ -8,6 +8,7 @@ The current version of this file can be found at:
 
 Release history:
 
+    6.2.1           : Released on Jan 20th, 2017
     6.2.0           : Released on Jul 25th, 2016
     6.1.0           : Released on Jan 26th, 2016
     6.0.0           : Released on Sep 21th, 2015
diff --git a/configure.ac b/configure.ac
index ec4b9f4..23d295a 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.2.1])
-m4_define([TS_VERSION_N],[6002001])
+m4_define([TS_VERSION_S],[6.2.2])
+m4_define([TS_VERSION_N],[6002002])
 
 AC_INIT([Apache Traffic Server], TS_VERSION_S(), [dev@trafficserver.apache.org], [trafficserver],[http://trafficserver.apache.org])
 AC_PREREQ([2.59])

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].