File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
88Release 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
Original file line number Diff line number Diff line change 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
3838AC_INIT ( [ Apache Traffic Server] ,
TS_VERSION_S ( ) ,
[ [email protected] ] ,
[ trafficserver] ,
[ http://trafficserver.apache.org] ) 3939AC_PREREQ ( [ 2.59] )
You can’t perform that action at this time.
0 commit comments