Bumping version to 3.10.0 and adding sponsors that are were not already written
authorPaul Poulain <paul.poulain@biblibre.com>
Mon, 19 Nov 2012 16:16:33 +0000 (17:16 +0100)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Fri, 23 Nov 2012 16:34:23 +0000 (11:34 -0500)
Sponsored-by: Central Kansas Library System (CKLS), Plum Creek Library System and Washoe County Library System
Sponsored-by: Los Gatos Public Library and Harrison Carmel Public Library
Sponsored-by: Talking Tech
Sponsored-by: VOKAL
Sponsored-by: Brooklyn Law School Library
Sponsored-by: North Central Regional Library (NCRL)
Sponsored-by: Washoe County Library System
Sponsored-by: Corpus Christi Public Libraries
Sponsored-by: Northeast Kansas Library System (NEKLS)
Sponsored-by: Université d'Aix-Marseille
Sponsored-by: Université de Rennes 2
Sponsored-by: Université de Lyon 3
Sponsored-by: Université de St Etienne
Sponsored-by: BdP de la Meuse
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index d16913f..b49db6a 100755 (executable)
@@ -6069,6 +6069,11 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
    SetVersion ($DBversion);
 }
 
+$DBversion = "3.10.00.00";
+if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
+   print "Upgrade to $DBversion done (release tag)\n";
+   SetVersion ($DBversion);
+}
 
 =head1 FUNCTIONS
 
index 73f188b..3ffdb3d 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.09.00.067';
+    our $VERSION = '3.10.00.000';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install