This is an automated email from the ASF dual-hosted git repository. zwoop pushed a commit to branch 8.0.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/8.0.x by this push: new 01f2b99 Bump the version 01f2b99 is described below commit 01f2b9904d045d6f616dc6d45f67006d191190fa Author: Leif Hedstrom <zw...@apache.org> AuthorDate: Mon Aug 24 16:03:30 2020 -0600 Bump the version --- STATUS | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/STATUS b/STATUS index 2099cc1..caa53c5 100644 --- a/STATUS +++ b/STATUS @@ -6,7 +6,7 @@ The current version of this file can be found at: * https://github.com/apache/trafficserver/blob/master/STATUS Release history: - 8.0.8 : Release on Jun xxth, 2020 + 8.0.8 : Release on Jun 23rd, 2020 8.0.7 : Release on Apr 16th, 2020 8.0.6 : Release on Feb 29th, 2020 8.0.5 : Release on Aug 20th, 2019 diff --git a/configure.ac b/configure.ac index 1998040..573ae46 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.0.8]) -m4_define([TS_VERSION_N],[8000008]) +m4_define([TS_VERSION_S],[8.0.9]) +m4_define([TS_VERSION_N],[8000009]) AC_INIT([Apache Traffic Server], TS_VERSION_S(), [d...@trafficserver.apache.org], [trafficserver],[http://trafficserver.apache.org]) AC_PREREQ([2.59])