From ec3398779846cb2d914ec62a2597e47a43fcb89a Mon Sep 17 00:00:00 2001 From: Andrew McNab Date: Fri, 8 Feb 2008 14:36:49 +0000 Subject: [PATCH] Start 1.6 --- org.gridsite.core/CHANGES | 2 ++ org.gridsite.core/VERSION | 6 +++--- org.gridsite.core/project/version.properties | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/org.gridsite.core/CHANGES b/org.gridsite.core/CHANGES index caa5e2f..8d18004 100644 --- a/org.gridsite.core/CHANGES +++ b/org.gridsite.core/CHANGES @@ -1,3 +1,5 @@ +* Fri Feb 8 2008 Andrew McNab +- ==== GridSite version 1.6.0 ==== * Thu Nov 15 2007 Andrew McNab - Add libgridsite_nossl.[so|a] with no dependencies on OpenSSL (for gLite L&B.) diff --git a/org.gridsite.core/VERSION b/org.gridsite.core/VERSION index 908728e..703f52c 100644 --- a/org.gridsite.core/VERSION +++ b/org.gridsite.core/VERSION @@ -1,5 +1,5 @@ MAJOR_VERSION=1 -MINOR_VERSION=1.5 -PATCH_VERSION=1.5.7 -DEFVERSION=010507 +MINOR_VERSION=1.6 +PATCH_VERSION=1.6.0 +DEFVERSION=010600 VERSION=$(PATCH_VERSION) diff --git a/org.gridsite.core/project/version.properties b/org.gridsite.core/project/version.properties index 53e60c5..15bce27 100644 --- a/org.gridsite.core/project/version.properties +++ b/org.gridsite.core/project/version.properties @@ -1,2 +1,2 @@ -module.version=1.5.1 +module.version=1.6.0 module.age=1 -- 1.8.2.3