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
The following commit(s) were added to refs/heads/7.1.x by this push:
new 8e8bf8c Bumped version to 7.1.12
8e8bf8c is described below
commit 8e8bf8c583d55e46c4de34cccee0c4c5df83e979
Author: Bryan Call <[email protected]>
AuthorDate: Mon Nov 30 14:35:40 2020 -0800
Bumped version to 7.1.12
---
STATUS | 3 ++-
configure.ac | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/STATUS b/STATUS
index 86cd9bb..5a154e9 100644
--- a/STATUS
+++ b/STATUS
@@ -6,7 +6,8 @@ The current version of this file can be found at:
* https://github.com/apache/trafficserver/blob/master/STATUS
Release history:
- 7.1.11 : Released on Jun xxth, 2020
+ 7.1.12 : Released on Dec xxth, 2020
+ 7.1.11 : Released on Jun 23rd, 2020
7.1.10 : Released on Apr 16th, 2020
7.1.9 : Released on Feb 29th, 2020
7.1.8 : Released on Aug 20th, 2019
diff --git a/configure.ac b/configure.ac
index 6324378..7b178c5 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.11])
-m4_define([TS_VERSION_N],[7001011])
+m4_define([TS_VERSION_S],[7.1.12])
+m4_define([TS_VERSION_N],[7001012])
AC_INIT([Apache Traffic Server], TS_VERSION_S(),
[[email protected]],
[trafficserver],[http://trafficserver.apache.org])
AC_PREREQ([2.59])