mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 01:39:31 +02:00
to version 0.9.8
git-svn-id: trunk@7379 -
This commit is contained in:
parent
d233ae4e9b
commit
2953927ca9
@ -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';
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user