mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 02:49:30 +02:00
version 0.9.15
git-svn-id: trunk@9051 -
This commit is contained in:
parent
7d5632ba93
commit
d27c0f63f7
@ -57,7 +57,7 @@ type
|
||||
function ShowAboutForm: TModalResult;
|
||||
|
||||
const
|
||||
LazarusVersionStr= '0.9.14';
|
||||
LazarusVersionStr= '0.9.15';
|
||||
var
|
||||
LazarusRevisionStr: string;
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
:: This setting need to change for every build
|
||||
SET LAZVERSION=0.9.13
|
||||
SET LAZVERSION=0.9.15
|
||||
|
||||
:: These settings are dependent on the configuration of the build machine
|
||||
:: Path to the Inno Setup Compiler
|
||||
@ -11,7 +11,7 @@ SET FPCSVNDIR=c:\lazarus\source\fpc\2.1
|
||||
:: Path to the lazarus sources checked out of subversion
|
||||
SET LAZSVNDIR=c:\lazarus\source\lazsource
|
||||
|
||||
:: Path to fpc 2.0.0 compiler
|
||||
:: Path to fpc 2.0.2 compiler
|
||||
SET RELEASE_PPC=c:\fpc\2.0.2\bin\i386-win32\ppc386.exe
|
||||
|
||||
:: Path to the directory containing some third party utilities used by fpc
|
||||
|
Loading…
Reference in New Issue
Block a user