From: Alberto Di Meglio Date: Sat, 26 Feb 2005 15:54:11 +0000 (+0000) Subject: Increased version number X-Git-Tag: gridsite-core_R_1_1_7~13 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=cc00e38a4ca1969e88bc4ff8b2b42d22d56773d9;p=jra1mw.git Increased version number --- diff --git a/org.glite.deployment.lb/config/scripts/glite-lb-config.py b/org.glite.deployment.lb/config/scripts/glite-lb-config.py index e052680..4928591 100644 --- a/org.glite.deployment.lb/config/scripts/glite-lb-config.py +++ b/org.glite.deployment.lb/config/scripts/glite-lb-config.py @@ -6,7 +6,7 @@ # For license conditions see the license file or http://eu-egee.org/license.html # ################################################################################ -# glite-lb-config v. 1.0.1 +# glite-lb-config v. 1.1.0 # # Post-installation script for configuring the gLite Logging and Bookkeping Server # Robert Harakaly < robert.harakaly@cern.ch > @@ -40,7 +40,7 @@ class glite_lb: def __init__(self): self.mysql = MySQL.Mysql() self.verbose = 0 - self.version = "1.0.1" + self.version = "1.1.0" self.name = "glite-lb" self.friendly_name = "gLite Logging and Bookkeeping" diff --git a/org.glite.deployment.lb/project/version.properties b/org.glite.deployment.lb/project/version.properties index bc58475..2be3a97 100644 --- a/org.glite.deployment.lb/project/version.properties +++ b/org.glite.deployment.lb/project/version.properties @@ -1,4 +1,4 @@ -module.version = 1.0.0 +module.version = 1.1.0 module.age = 1 \ No newline at end of file