increase version number after b25 release

This commit is contained in:
Radim Kolar 2009-09-11 16:56:27 +02:00
parent 63daeb17ba
commit adf647cd49
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
Version NEXT
Version 2.8.1b25 - 10 Sep 2009 Version 2.8.1b25 - 10 Sep 2009
GNU autotools build system was entirely replaced by SCons GNU autotools build system was entirely replaced by SCons
corrected misleading comment in client/lib.c corrected misleading comment in client/lib.c

View File

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