Bug 9382: Increment version number
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Thu, 31 Jan 2013 16:12:57 +0000 (11:12 -0500)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Thu, 31 Jan 2013 16:12:57 +0000 (11:12 -0500)
Database update for bug 9382 has been given version 3.11.00.016

installer/data/mysql/updatedatabase.pl
kohaversion.pl

index d22d0bb..5571d1e 100755 (executable)
@@ -6347,7 +6347,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.11.00.XXX";
+$DBversion = "3.11.00.016";
 if ( CheckVersion($DBversion) ) {
    $dbh->do(q{
         UPDATE userflags SET flagdesc="<b>Required for staff login.</b> Staff access, allows viewing of catalogue in staff client." where flag="catalogue";
index f4fb186..e8d4a0c 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.11.00.015';
+    our $VERSION = '3.11.00.016';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install