Version 0.9.29

git-svn-id: trunk@21344 -
This commit is contained in:
vincents 2009-08-20 09:53:39 +00:00
parent 0fcb8b8adb
commit 81a6659dc6
3 changed files with 9 additions and 3 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
lazarus (0.9.29-0) unstable; urgency=low
* Snapshot building.
-- Mazen Neifer <mazen@freepascal.org> Thu, 20 Aug 2009 11:50:00 +0200
lazarus (0.9.27-0) unstable; urgency=low
* Snapshot building.

View File

@ -1 +1 @@
'0.9.27'
'0.9.29'

View File

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