This is an automated email from the ASF dual-hosted git repository.
bcall 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 30e5bdb03 Bumped to version 9.1.3
30e5bdb03 is described below
commit 30e5bdb03dea1492caf569a1af57eef647ee076c
Author: Bryan Call <[email protected]>
AuthorDate: Tue Aug 9 06:19:45 2022 -0700
Bumped to version 9.1.3
---
configure.ac | 4 ++--
tools/package/trafficserver.spec | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 77ee01ccf..d753b294c 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.2])
-m4_define([TS_VERSION_N],[9001002])
+m4_define([TS_VERSION_S],[9.1.3])
+m4_define([TS_VERSION_N],[9001003])
AC_INIT([Apache Traffic Server], TS_VERSION_S(),
[[email protected]], [trafficserver],
[https://trafficserver.apache.org])
AC_PREREQ([2.59])
diff --git a/tools/package/trafficserver.spec b/tools/package/trafficserver.spec
index 6bc45674c..6ad890076 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.2
+Version: 9.1.3
Release: %{release}%{?dist}
License: Apache Software License 2.0 (AL2)
Group: System Environment/Daemons