mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-01 12:19:29 +01:00
changed version to 0.9.10
git-svn-id: trunk@7894 -
This commit is contained in:
parent
6b78e875ce
commit
3fdb2d1632
@ -16,7 +16,7 @@ Month=`date +%m`
|
||||
Day=`date +%d`
|
||||
|
||||
Date=20$Year$Month$Day
|
||||
LazVersion=0.9.8
|
||||
LazVersion=0.9.10
|
||||
LazRelease=`dpkg -s fp-compiler | grep '^Version' | sed -e 's/Version: //'`
|
||||
LazRelease=`echo $LazRelease | sed -e 's/-/_/g'`
|
||||
SrcTGZ=lazarus-$Date.tgz
|
||||
|
||||
@ -52,7 +52,7 @@ export FPC
|
||||
cd -
|
||||
|
||||
# create a temporary copy of the lazarus sources for packaging
|
||||
LazVersion=0.9.9
|
||||
LazVersion=0.9.11
|
||||
LazRelease=`echo $FPCRPM | sed -e 's/-/_/g'`
|
||||
TmpDir=/tmp/lazarus
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
:: This setting need to change for every build
|
||||
SET LAZVERSION=0.9.8
|
||||
SET LAZVERSION=0.9.10
|
||||
|
||||
:: These settings are dependent on the configuration of the build machine
|
||||
:: Path to the Inno Setup Compiler
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
:: This setting need to change for every build
|
||||
SET LAZVERSION=0.9.9
|
||||
SET LAZVERSION=0.9.11
|
||||
|
||||
:: 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