From 0283f83086b22fec8ca8d6e38f55a75ff37e897e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 22 Oct 2012 14:09:26 +0000 Subject: [PATCH] Getting ready to tag (2.0.1). --- org.gridsite.core/CHANGES | 9 +++++++++ org.gridsite.core/VERSION | 4 ++-- org.gridsite.core/project/version.properties | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/org.gridsite.core/CHANGES b/org.gridsite.core/CHANGES index 6e5901b..7156c25 100644 --- a/org.gridsite.core/CHANGES +++ b/org.gridsite.core/CHANGES @@ -1,3 +1,12 @@ +- ==== GridSite version 2.0.1 ==== +* Fri Oct 22 2012 František Dvořák +- one more update of the packaging for Debian +* Fri Oct 19 2012 František Dvořák +- update of the packaging for Debian due to major version bump +- add DESTDIR to install target +* Thu Oct 18 2012 František Dvořák +- fix packaging for SL6 and Fedora (curl-devel -> libcurl-devel) +- big library versions cleanup, using libtool to compile and link - ==== GridSite version 2.0.0 ==== * Wed Oct 17 2012 Marcel Poul - Internals rewritten to use caNl diff --git a/org.gridsite.core/VERSION b/org.gridsite.core/VERSION index 8e5b7ab..018b49f 100644 --- a/org.gridsite.core/VERSION +++ b/org.gridsite.core/VERSION @@ -1,5 +1,5 @@ MAJOR_VERSION=2 MINOR_VERSION=2.0 -PATCH_VERSION=2.0.0 -DEFVERSION=0x020000 +PATCH_VERSION=2.0.1 +DEFVERSION=0x020001 VERSION=$(PATCH_VERSION) diff --git a/org.gridsite.core/project/version.properties b/org.gridsite.core/project/version.properties index dda0b21..775e0d1 100644 --- a/org.gridsite.core/project/version.properties +++ b/org.gridsite.core/project/version.properties @@ -1,2 +1,2 @@ -module.version=2.0.0 +module.version=2.0.1 module.age=1 -- 1.8.2.3