[Koha-patches] [PATCH] fix updatedatabase conflict

Ryan Higgins rch at balrog.liblime.com
Mon May 12 12:29:39 CEST 2008


---
 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 51df4a7..8775e38 100755
--- a/installer/data/mysql/updatedatabase.pl
+++ b/installer/data/mysql/updatedatabase.pl
@@ -1510,7 +1510,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
 	SetVersion ($DBversion);
 }
 
-$DBversion = "3.00.00.077";
+$DBversion = "3.00.00.081";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do( q(alter table accountlines add column lastincrement decimal(28,6) default NULL) );
     print "Upgrade to $DBversion done (adding lastincrement column to accountlines table)\n";
diff --git a/kohaversion.pl b/kohaversion.pl
index 2d83d26..a0100a1 100644
--- a/kohaversion.pl
+++ b/kohaversion.pl
@@ -10,7 +10,7 @@
 use strict;
 
 sub kohaversion {
-    our $VERSION = "3.00.00.080";
+    our $VERSION = "3.00.00.081";
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install
-- 
1.5.4.2




More information about the Koha-patches mailing list