set version number in trunk to 0.9.31

git-svn-id: trunk@28811 -
This commit is contained in:
vincents 2010-12-23 15:08:39 +00:00
parent abd7ffcb38
commit 82f755262f
8 changed files with 13 additions and 7 deletions

2
.gitattributes vendored
View File

@ -5440,7 +5440,7 @@ packager/globallinks/lazsvnpkg-0.0.1.lpl svneol=native#text/plain
packager/globallinks/lazthread-0.lpl svneol=native#text/plain
packager/globallinks/lazwebextra-0.9.lpl svneol=native#text/plain
packager/globallinks/lcl1-0.9.29.lpl svneol=native#text/plain
packager/globallinks/lclbase-0.9.29.lpl svneol=native#text/plain
packager/globallinks/lclbase-0.9.31.lpl svneol=native#text/plain
packager/globallinks/leakview-1.lpl svneol=native#text/plain
packager/globallinks/lhelpcontrolpkg-0.1.lpl svneol=native#text/plain
packager/globallinks/lr_add_function-1.lpl svneol=native#text/plain

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
lazarus (0.9.31-0) unstable; urgency=low
* Snapshot building.
-- Vincent Snijders <vincents@freepascal.org> Thu, 23 Dec 2010 16:04:00 +0100
lazarus (0.9.29-0) unstable; urgency=low
* Snapshot building.

View File

@ -20,7 +20,7 @@
<VersionInfo>
<UseVersionInfo Value="True"/>
<MinorVersionNr Value="9"/>
<RevisionNr Value="29"/>
<RevisionNr Value="31"/>
<CharSet Value="04B0"/>
<StringTable ProductName="Lazarus IDE" ProductVersion=""/>
</VersionInfo>

View File

@ -1 +1 @@
'0.9.29'
'0.9.31'

View File

@ -146,7 +146,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>Lazarus IDE v0.9.29 beta</string>
<string>Lazarus IDE v0.9.31 beta</string>
<key>CFBundleSignature</key>
<string>laza</string>
<key>CFBundleVersion</key>

View File

@ -21,7 +21,7 @@
"/>
<License Value="modified LGPL-2
"/>
<Version Minor="9" Release="29"/>
<Version Minor="9" Release="31"/>
<Files Count="284">
<Item1>
<Filename Value="chart.pp"/>

View File

@ -29,9 +29,9 @@ interface
const
lcl_major = 0;
lcl_minor = 9;
lcl_release = 29;
lcl_release = 31;
lcl_patch = 0;
lcl_version = '0.9.29';
lcl_version = '0.9.31';
implementation