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 2018/08/01 19:53:40 UTC

[trafficserver] branch 7.1.x updated: Updated version to 7.1.5

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 8399969  Updated version to 7.1.5
8399969 is described below

commit 83999690a9ecbc56d2fa48b88a5d9512e6dfd238
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Wed Aug 1 13:53:31 2018 -0600

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

diff --git a/configure.ac b/configure.ac
index 0b9dfe7..a42842d 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.4])
-m4_define([TS_VERSION_N],[7001004])
+m4_define([TS_VERSION_S],[7.1.5])
+m4_define([TS_VERSION_N],[7001005])
 
 AC_INIT([Apache Traffic Server], TS_VERSION_S(), [dev@trafficserver.apache.org], [trafficserver],[http://trafficserver.apache.org])
 AC_PREREQ([2.59])