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 2022/03/16 20:24:03 UTC

[trafficserver] branch 8.1.x updated: Update configure.ac

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 965df95  Update configure.ac
965df95 is described below

commit 965df952e1da3e5039473db8cf219cf9ef285a93
Author: Evan Zelkowitz <ez...@apache.org>
AuthorDate: Wed Mar 16 14:23:54 2022 -0600

    Update configure.ac
    
    update to 8.1.4
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 638d102..c7ec0fc 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],[8.1.3])
-m4_define([TS_VERSION_N],[8001003])
+m4_define([TS_VERSION_S],[8.1.4])
+m4_define([TS_VERSION_N],[8001004])
 
 AC_INIT([Apache Traffic Server], TS_VERSION_S(), [dev@trafficserver.apache.org], [trafficserver],[http://trafficserver.apache.org])
 AC_PREREQ([2.59])