mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 02:20:30 +01:00
set version number in trunk to 0.9.31
git-svn-id: trunk@28811 -
This commit is contained in:
parent
abd7ffcb38
commit
82f755262f
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -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
6
debian/changelog
vendored
@ -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.
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -1 +1 @@
|
||||
'0.9.29'
|
||||
'0.9.31'
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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"/>
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user