Change version to beta 28

This commit is contained in:
Radim Kolar 2019-08-16 13:55:19 +02:00
parent 48d102ffa7
commit 526dee534e
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
Version 2.8.1b28 - Unreleased
Pull scons site Python 3 fixed from fsplib and fspclient projects
Version 2.8.1b27 - 9 Sep 2014 Version 2.8.1b27 - 9 Sep 2014
fhostcmd: Fixed output of FSP_TRACE variable for Bourne style shells fhostcmd: Fixed output of FSP_TRACE variable for Bourne style shells
correctly initialize to zero client packet sent statistic counter correctly initialize to zero client packet sent statistic counter

View File

@ -7,7 +7,7 @@ EnsurePythonVersion(2,2)
# set defaults # set defaults
PREFIX='/usr/local' PREFIX='/usr/local'
VERSION='2.8.1b27' VERSION='2.8.1b28'
EFENCE=False EFENCE=False
CLIENTS=True CLIENTS=True