[Koha-patches] [PATCH 3/3] [SIGNED-OFF] Bug 5728: Adding kohaversion and fix syntax error in updatedatabase.pl

fdurand frederic.durand at univ-lyon2.fr
Wed Apr 6 16:01:22 CEST 2011


Signed-off-by: fdurand <frederic.durand at univ-lyon2.fr>
---
 installer/data/mysql/updatedatabase.pl |    2 +-
 kohaversion.pl                         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl
index 1b349e2..484724c 100755
--- a/installer/data/mysql/updatedatabase.pl
+++ b/installer/data/mysql/updatedatabase.pl
@@ -4234,7 +4234,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = '3.03.00.045';
+$DBversion = 'XXX';
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     $dbh->do("ALTER TABLE `accountlines` ADD `note` text NULL default NULL");
     $dbh->do("ALTER TABLE `accountlines` ADD `manager_id` int( 11 ) NULL ");
diff --git a/kohaversion.pl b/kohaversion.pl
index 9bb910d..aa2eac2 100644
--- a/kohaversion.pl
+++ b/kohaversion.pl
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.03.00.044';
+    our $VERSION = 'XXX';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install
-- 
1.7.1



More information about the Koha-patches mailing list