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

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

commit 34189005929714af8cc9ef697dfb939e0240199b
Author: Bryan Call <bc...@apache.org>
AuthorDate: Mon Feb 10 11:43:36 2020 -0800

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

diff --git a/STATUS b/STATUS
index aaed979..314ba4d 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.9           : Released on Feb xxth, 2020
     7.1.8           : Released on Aug 20th, 2019
     7.1.7           : Released on Aug 13th, 2019
     7.1.6           : Released on Jan 29th, 2019
diff --git a/configure.ac b/configure.ac
index 131ed48..9e98f04 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.8])
-m4_define([TS_VERSION_N],[7001008])
+m4_define([TS_VERSION_S],[7.1.9])
+m4_define([TS_VERSION_N],[7001009])
 
 AC_INIT([Apache Traffic Server], TS_VERSION_S(), 
[d...@trafficserver.apache.org], 
[trafficserver],[http://trafficserver.apache.org])
 AC_PREREQ([2.59])

Reply via email to