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 2020/12/14 21:48:00 UTC

[trafficserver] branch 9.0.x updated: Bumped version to 9.0.1

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

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


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 5b61528  Bumped version to 9.0.1
5b61528 is described below

commit 5b61528209d148b11755dc98b5ab32d3ecd490ad
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Mon Dec 14 14:47:47 2020 -0700

    Bumped version to 9.0.1
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 806451f..33fa1a3 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.0.0])
-m4_define([TS_VERSION_N],[9000000])
+m4_define([TS_VERSION_S],[9.0.1])
+m4_define([TS_VERSION_N],[9000001])
 
 AC_INIT([Apache Traffic Server], TS_VERSION_S(), [dev@trafficserver.apache.org], [trafficserver], [https://trafficserver.apache.org])
 AC_PREREQ([2.59])