10402: DBRev 3.17.00.016
authorTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 26 Aug 2014 14:51:22 +0000 (11:51 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 26 Aug 2014 14:51:27 +0000 (11:51 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

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

index 492ddfb..ad2f409 100755 (executable)
@@ -8630,7 +8630,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.17.00.XXX";
+$DBversion = "3.17.00.016";
 if ( CheckVersion($DBversion) ) {
     $dbh->do("CREATE TABLE aqcontacts (
         id int(11) NOT NULL auto_increment,
index b5634f6..7e22632 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.015';
+    our $VERSION = '3.17.00.016';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install