You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ez...@apache.org on 2023/10/09 19:05:30 UTC

[trafficserver] 01/02: Updating files for 8.1.9 rc0

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

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

commit 33bf0a6ce2be91ddc120de8910b360689ab0dcc8
Author: Evan Zelkowitz <ev...@gmail.com>
AuthorDate: Mon Oct 9 13:02:29 2023 -0600

    Updating files for 8.1.9 rc0
---
 configure.ac                     | 2 +-
 tools/package/trafficserver.spec | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 1720e41294..12c9bb697b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@
 # 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.8])
+m4_define([TS_VERSION_S],[8.1.9])
 m4_define([TS_VERSION_N],[8001008])
 
 AC_INIT([Apache Traffic Server], TS_VERSION_S(), [dev@trafficserver.apache.org], [trafficserver],[http://trafficserver.apache.org])
diff --git a/tools/package/trafficserver.spec b/tools/package/trafficserver.spec
index 5d171cde83..537856bfcd 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:	8.1.8
+Version:	8.1.9
 Release:	%{release}%{?dist}
 License:	Apache Software License 2.0 (AL2)
 Group:		System Environment/Daemons