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 2021/11/08 19:01:12 UTC

[trafficserver] branch 9.1.x updated: Updated to v9.1.2

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 7e51a7a  Updated to v9.1.2
7e51a7a is described below

commit 7e51a7a9111397c43481730c7b44c016213482e6
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Mon Nov 8 12:00:58 2021 -0700

    Updated to v9.1.2
---
 configure.ac                     | 4 ++--
 tools/package/trafficserver.spec | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 58991a6..b88efe8 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],[9.1.1])
-m4_define([TS_VERSION_N],[9001001])
+m4_define([TS_VERSION_S],[9.1.2])
+m4_define([TS_VERSION_N],[9001002])
 
 AC_INIT([Apache Traffic Server], TS_VERSION_S(), [dev@trafficserver.apache.org], [trafficserver], [https://trafficserver.apache.org])
 AC_PREREQ([2.59])
diff --git a/tools/package/trafficserver.spec b/tools/package/trafficserver.spec
index ad37541..6bc4567 100755
--- a/tools/package/trafficserver.spec
+++ b/tools/package/trafficserver.spec
@@ -26,7 +26,7 @@
 
 Summary:	Apache Traffic Server, a reverse, forward and transparent HTTP proxy cache
 Name:		trafficserver
-Version:	9.1.1
+Version:	9.1.2
 Release:	%{release}%{?dist}
 License:	Apache Software License 2.0 (AL2)
 Group:		System Environment/Daemons