author | Tomas Cohen Arazi <tomascohen@gmail.com> | 2014-11-04 22:00:54 (GMT) |
---|---|---|
committer | Tomas Cohen Arazi <tomascohen@gmail.com> | 2014-11-04 22:00:54 (GMT) |
commit | 8a26171b903f52fb6c81fa891b8e2abc9d00856a (patch) (side-by-side diff) | |
tree | 872bb906f6d040c874ef0179c268ba3ae835af0a | |
parent | e0d20059e697f886e0f99cb54a5ded35df68d241 (diff) |
Bug 11126: DBRev 3.17.00.045
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
-rwxr-xr-x | installer/data/mysql/updatedatabase.pl | 2 | ||||
-rw-r--r-- | 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 51578f2..0dd917e 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -8974,7 +8974,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.17.00.XXX"; +$DBversion = "3.17.00.045"; if ( CheckVersion($DBversion) ) { $dbh->do(q{ INSERT INTO systempreferences ( variable, value, options, explanation, type ) VALUES diff --git a/kohaversion.pl b/kohaversion.pl index d16eef2..e730f68 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.17.00.044'; + our $VERSION = '3.17.00.045'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install |