Skip to content

Commit 85602f7

Browse files
committed
Update to 9.2.9
1 parent a16c4b6 commit 85602f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
# Version number is calculated as MAJOR * 1000000 + MINOR * 1000 + MICRO
3333
# Version string is in the form of MAJOR.MINOR.MICRO[sufix]
3434
#
35-
m4_define([TS_VERSION_S],[9.2.8])
36-
m4_define([TS_VERSION_N],[9002008])
35+
m4_define([TS_VERSION_S],[9.2.9])
36+
m4_define([TS_VERSION_N],[9002009])
3737

3838
AC_INIT([Apache Traffic Server],[TS_VERSION_S()],[dev@trafficserver.apache.org],[trafficserver],[https://trafficserver.apache.org])
3939
AC_PREREQ([2.69])

tools/package/trafficserver.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
Summary: Apache Traffic Server, a reverse, forward and transparent HTTP proxy cache
2828
Name: trafficserver
29-
Version: 9.2.8
29+
Version: 9.2.9
3030
Release: %{release}%{?dist}
3131
License: Apache Software License 2.0 (AL2)
3232
Group: System Environment/Daemons

0 commit comments

Comments
 (0)