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
The following commit(s) were added to refs/heads/8.1.x by this push:
new 796ffd3a32 Fix configure.ac missing version update
796ffd3a32 is described below
commit 796ffd3a329b4b1f2ec0dd51158e62c94914c4ca
Author: Evan Zelkowitz <[email protected]>
AuthorDate: Tue Oct 10 08:52:42 2023 -0600
Fix configure.ac missing version update
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 12c9bb697b..ad939855a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,7 +33,7 @@
# Version string is in the form of MAJOR.MINOR.MICRO[sufix]
#
m4_define([TS_VERSION_S],[8.1.9])
-m4_define([TS_VERSION_N],[8001008])
+m4_define([TS_VERSION_N],[8001009])
AC_INIT([Apache Traffic Server], TS_VERSION_S(),
[[email protected]],
[trafficserver],[http://trafficserver.apache.org])
AC_PREREQ([2.59])