From ab12f46cb03b242acedb8b958f00a980a3829a52 Mon Sep 17 00:00:00 2001 From: mattias Date: Sun, 25 Feb 2018 08:51:31 +0000 Subject: [PATCH] set version 1.8.3 git-svn-id: branches/fixes_1_8@57370 - --- debian/changelog | 6 ++++++ ide/version.inc | 2 +- lazarus.app/Contents/Info.plist | 2 +- lcl/interfaces/lcl.lpk | 2 +- lcl/lclbase.lpk | 2 +- lcl/lclversion.pas | 4 ++-- tools/install/linux/environmentoptions.xml | 2 +- tools/install/macosx/environmentoptions.xml | 2 +- tools/install/win/environmentoptions.xml | 2 +- 9 files changed, 15 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5e69b9bc1c..1cd569df3a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lazarus (1.8.3) unstable; urgency=low + + * Bugfix release + + -- Mattias Gaertner Sun, 25 Feb 2018 9:45:22 +0100 + lazarus (1.8.2) stable; urgency=low * Bugfix release diff --git a/ide/version.inc b/ide/version.inc index 728ac45dfc..d8b41dc49d 100644 --- a/ide/version.inc +++ b/ide/version.inc @@ -1 +1 @@ -'1.8.2' +'1.8.3' diff --git a/lazarus.app/Contents/Info.plist b/lazarus.app/Contents/Info.plist index 7503185a8f..e4c1fc8b65 100644 --- a/lazarus.app/Contents/Info.plist +++ b/lazarus.app/Contents/Info.plist @@ -148,7 +148,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.8.2 + 1.8.3 CFBundleSignature 0 CFBundleVersion diff --git a/lcl/interfaces/lcl.lpk b/lcl/interfaces/lcl.lpk index bf19363b0a..93007169e7 100644 --- a/lcl/interfaces/lcl.lpk +++ b/lcl/interfaces/lcl.lpk @@ -128,7 +128,7 @@ end;"/> "/> - + diff --git a/lcl/lclbase.lpk b/lcl/lclbase.lpk index a53213c970..08bad0dbdf 100644 --- a/lcl/lclbase.lpk +++ b/lcl/lclbase.lpk @@ -26,7 +26,7 @@ "/> - + diff --git a/lcl/lclversion.pas b/lcl/lclversion.pas index 6634646ccc..daaa946ba9 100644 --- a/lcl/lclversion.pas +++ b/lcl/lclversion.pas @@ -34,10 +34,10 @@ interface const lcl_major = 1; lcl_minor = 8; - lcl_release = 2; + lcl_release = 3; lcl_patch = 0; lcl_fullversion = ((lcl_major * 100 + lcl_minor) * 100 + lcl_release) * 100 + lcl_patch; - lcl_version = '1.8.2.0'; + lcl_version = '1.8.3.0'; implementation diff --git a/tools/install/linux/environmentoptions.xml b/tools/install/linux/environmentoptions.xml index e60366d0af..0ca736b793 100644 --- a/tools/install/linux/environmentoptions.xml +++ b/tools/install/linux/environmentoptions.xml @@ -1,7 +1,7 @@ - + diff --git a/tools/install/macosx/environmentoptions.xml b/tools/install/macosx/environmentoptions.xml index 9c89fa7ca0..032d9f1d03 100644 --- a/tools/install/macosx/environmentoptions.xml +++ b/tools/install/macosx/environmentoptions.xml @@ -1,7 +1,7 @@ - + diff --git a/tools/install/win/environmentoptions.xml b/tools/install/win/environmentoptions.xml index dce1301c76..f6f9ace607 100644 --- a/tools/install/win/environmentoptions.xml +++ b/tools/install/win/environmentoptions.xml @@ -1,7 +1,7 @@ - +