Bug 12529: DBRev 3.17.00.014
authorTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 15 Aug 2014 14:07:41 +0000 (11:07 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 15 Aug 2014 14:07:41 +0000 (11:07 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 4a9f7e5..de77bf3 100755 (executable)
@@ -8603,13 +8603,13 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = '3.17.00.XXX';
+$DBversion = '3.17.00.014';
 if ( CheckVersion($DBversion) ) {
     $dbh->do("
         INSERT INTO systempreferences (variable,value,explanation,type) VALUES
         ('OverdueNoticeCalendar',0,'Take calendar into consideration when working out sending overdue notices','YesNo')
     ");
-    print "Upgrade to $DBversion done (Bug XXX - Adding a syspref to allow the overdue notices to consider the calendar when generating notices)\n";
+    print "Upgrade to $DBversion done (Bug 12529 - Adding a syspref to allow the overdue notices to consider the calendar when generating notices)\n";
     SetVersion($DBversion);
 }
 
index e15becd..f4bd080 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.013';
+    our $VERSION = '3.17.00.014';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install