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 2016/07/26 16:17:13 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://git-dual.apache.org/repos/asf/trafficserver.git

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

commit c864af68e1a2fe31399560fb7c9af3907b155dc5
Author: Phil Sorber <so...@apache.org>
AuthorDate: Tue Jul 26 10:16:21 2016 -0600

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

diff --git a/STATUS b/STATUS
index d09a564..d0ce325 100644
--- a/STATUS
+++ b/STATUS
@@ -1,13 +1,14 @@
-Traffic Server 6.0 STATUS:                                              -*-text-*-
+Traffic Server 6.2 STATUS:                                              -*-text-*-
 Last modified at [$Date$]
 
 The current version of this file can be found at:
 
-  * http://git-wip-us.apache.org/repos/asf?p=trafficserver.git;a=blob;f=STATUS;hb=master
+  * https://github.com/apache/trafficserver/blob/master/STATUS
 
 
 Release history:
 
+    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 260e0e5..e692795 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.0])
-m4_define([TS_VERSION_N],[6002000])
+m4_define([TS_VERSION_S],[6.2.1])
+m4_define([TS_VERSION_N],[6002001])
 
 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>'].