This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch 9.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/9.1.x by this push:
new 817ff71 Updated version in configure.ac
817ff71 is described below
commit 817ff715c0900e821ffda0aa17a6a325d6a924dc
Author: Leif Hedstrom <[email protected]>
AuthorDate: Wed Jan 27 20:02:53 2021 -0700
Updated version in configure.ac
---
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index b9b99c3..b5bf0c2 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],[10.0.0])
-m4_define([TS_VERSION_N],[10000000])
+m4_define([TS_VERSION_S],[9.1.0])
+m4_define([TS_VERSION_N],[9001001])
AC_INIT([Apache Traffic Server], TS_VERSION_S(),
[[email protected]], [trafficserver],
[https://trafficserver.apache.org])
AC_PREREQ([2.59])