Skip to content

Commit 01f2b99

Browse files
committed
Bump the version
1 parent a29528d commit 01f2b99

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

STATUS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The current version of this file can be found at:
66
* https://github.com/apache/trafficserver/blob/master/STATUS
77

88
Release history:
9-
8.0.8 : Release on Jun xxth, 2020
9+
8.0.8 : Release on Jun 23rd, 2020
1010
8.0.7 : Release on Apr 16th, 2020
1111
8.0.6 : Release on Feb 29th, 2020
1212
8.0.5 : Release on Aug 20th, 2019

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],[8.0.8])
36-
m4_define([TS_VERSION_N],[8000008])
35+
m4_define([TS_VERSION_S],[8.0.9])
36+
m4_define([TS_VERSION_N],[8000009])
3737

3838
AC_INIT([Apache Traffic Server], TS_VERSION_S(), [[email protected]], [trafficserver],[http://trafficserver.apache.org])
3939
AC_PREREQ([2.59])

0 commit comments

Comments
 (0)