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 2019/01/29 01:47:32 UTC

[trafficserver] branch 7.1.x updated: Bumped version to 7.1.7

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

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


The following commit(s) were added to refs/heads/7.1.x by this push:
     new d4684f2  Bumped version to 7.1.7
d4684f2 is described below

commit d4684f25353323bd8c26d81c01e8afd04d036f83
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Mon Jan 28 18:47:13 2019 -0700

    Bumped version to 7.1.7
---
 STATUS       | 1 +
 configure.ac | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/STATUS b/STATUS
index 64d1e14..09bbdb2 100644
--- a/STATUS
+++ b/STATUS
@@ -6,6 +6,7 @@ The current version of this file can be found at:
   * https://github.com/apache/trafficserver/blob/master/STATUS
 
 Release history:
+    7.1.7           : Released on XXX yyth, 2019
     7.1.6           : Released on Jan 29th, 2019
     7.1.5           : Released on Nov 24th, 2018
     7.1.4           : Released on Aug 2nd, 2018
diff --git a/configure.ac b/configure.ac
index 1342f71..0f1c899 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],[7.1.6])
-m4_define([TS_VERSION_N],[7001006])
+m4_define([TS_VERSION_S],[7.1.7])
+m4_define([TS_VERSION_N],[7001007])
 
 AC_INIT([Apache Traffic Server], TS_VERSION_S(), [dev@trafficserver.apache.org], [trafficserver],[http://trafficserver.apache.org])
 AC_PREREQ([2.59])