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 2017/01/27 22:11:55 UTC

[trafficserver] branch master updated: Bump version number to 7.2.0, in prep for 7.1.0 release

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

zwoop pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  dc2ce0c   Bump version number to 7.2.0, in prep for 7.1.0 release
dc2ce0c is described below

commit dc2ce0cd4fe026919bf3261a7314b90553f4dded
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Fri Jan 27 15:11:34 2017 -0700

    Bump version number to 7.2.0, in prep for 7.1.0 release
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 1922ea4..9fd5172 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.0])
-m4_define([TS_VERSION_N],[7001000])
+m4_define([TS_VERSION_S],[7.2.0])
+m4_define([TS_VERSION_N],[7002000])
 
 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>'].