From 81a6659dc65129d3428ce761409b5a9c34881cb4 Mon Sep 17 00:00:00 2001 From: vincents Date: Thu, 20 Aug 2009 09:53:39 +0000 Subject: [PATCH] Version 0.9.29 git-svn-id: trunk@21344 - --- debian/changelog | 6 ++++++ ide/version.inc | 2 +- lcl/lclversion.pas | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 31c2dd1c72..96f4191c57 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lazarus (0.9.29-0) unstable; urgency=low + + * Snapshot building. + + -- Mazen Neifer Thu, 20 Aug 2009 11:50:00 +0200 + lazarus (0.9.27-0) unstable; urgency=low * Snapshot building. diff --git a/ide/version.inc b/ide/version.inc index 46a79c8202..b18874f526 100644 --- a/ide/version.inc +++ b/ide/version.inc @@ -1 +1 @@ -'0.9.27' +'0.9.29' diff --git a/lcl/lclversion.pas b/lcl/lclversion.pas index 1b737d4308..3e4e719841 100644 --- a/lcl/lclversion.pas +++ b/lcl/lclversion.pas @@ -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