to version 0.9.8

git-svn-id: trunk@7379 -
This commit is contained in:
vincents 2005-07-19 12:43:43 +00:00
parent d233ae4e9b
commit 2953927ca9
4 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@ uses
resourcestring
lisEnterTransla = 'Enter translation language';
// version
lisLazarusVersionString = '0.9.7 beta';
lisLazarusVersionString = '0.9.8 beta';
lisLeaveEmptyFo = 'Leave empty for default .po file';
lisMenuCollectPoFil = 'Collect .po files';
lisMenuCreatePoFile = 'Create .po files';

View File

@ -16,7 +16,7 @@ Month=`date +%m`
Day=`date +%d`
Date=20$Year$Month$Day
LazVersion=0.9.7
LazVersion=0.9.8
LazRelease=`dpkg -s fp-compiler | grep '^Version' | sed -e 's/Version: //'`
LazRelease=`echo $LazRelease | sed -e 's/-/_/g'`
SrcTGZ=lazarus-$Date.tgz

View File

@ -17,7 +17,7 @@ fi
FPCRPMVersion=`echo $FPCRPM | sed -e 's/fpc-//g'`
Date=$Year$Month$Day
LazVersion=0.9.7
LazVersion=0.9.8
LazRelease=`echo $FPCRPM | sed -e 's/-/_/g'`
SrcTGZ=lazarus-$Date.tgz
TmpDir=/tmp/lazarus$LazVersion

View File

@ -1,5 +1,5 @@
:: This setting need to change for every build
SET LAZVERSION=0.9.7
SET LAZVERSION=0.9.9
:: These settings are dependent on the configuration of the build machine
:: Path to the Inno Setup Compiler