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 2023/10/16 16:38:42 UTC

[trafficserver] branch 9.2.x updated: Bump version to v9.2.4

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 9.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.2.x by this push:
     new ea38391da4 Bump version to v9.2.4
ea38391da4 is described below

commit ea38391da4631859693c388af5505b6913e2745f
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Mon Oct 16 10:38:10 2023 -0600

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

diff --git a/configure.ac b/configure.ac
index 549941735a..d6e8a7d226 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.2.3])
-m4_define([TS_VERSION_N],[9002003])
+m4_define([TS_VERSION_S],[9.2.4])
+m4_define([TS_VERSION_N],[9002004])
 
 AC_INIT([Apache Traffic Server],[TS_VERSION_S()],[dev@trafficserver.apache.org],[trafficserver],[https://trafficserver.apache.org])
 AC_PREREQ([2.69])
diff --git a/tools/package/trafficserver.spec b/tools/package/trafficserver.spec
index 0baa46af9a..9224f4d989 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.2.3
+Version:	9.2.4
 Release:	%{release}%{?dist}
 License:	Apache Software License 2.0 (AL2)
 Group:		System Environment/Daemons