From c529b420507155d4b81eb01daecfa080ce786656 Mon Sep 17 00:00:00 2001 From: Radim Kolar Date: Sat, 24 Aug 2019 14:48:12 +0200 Subject: [PATCH] Start to work on next version --- ChangeLog | 2 ++ SConstruct | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 44163df..ea2b93e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +Version NEXT + Version 2.8.1b29 - 24 Aug 2019 added scons command line argument without-fspscan=yes for building without fspscan diff --git a/SConstruct b/SConstruct index 5e47919..a0b318b 100644 --- a/SConstruct +++ b/SConstruct @@ -7,7 +7,7 @@ EnsurePythonVersion(2,7) # set defaults PREFIX='/usr/local' -VERSION='2.8.1b29' +VERSION='2.8.1b30' EFENCE=False CLIENTS=True