This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch 8.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/8.1.x by this push:
new 98cdf28 Updated to v8.1.2
98cdf28 is described below
commit 98cdf288fb1daa9d02eb32cc85d8802b7f0e0b6e
Author: Leif Hedstrom <[email protected]>
AuthorDate: Thu Dec 3 13:00:34 2020 -0700
Updated to v8.1.2
---
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 99bf39a..0047918 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],[8.1.1])
-m4_define([TS_VERSION_N],[8001001])
+m4_define([TS_VERSION_S],[8.1.2])
+m4_define([TS_VERSION_N],[8001002])
AC_INIT([Apache Traffic Server], TS_VERSION_S(),
[[email protected]],
[trafficserver],[http://trafficserver.apache.org])
AC_PREREQ([2.59])