Bugzilla – Attachment 4827 Details for
Bug 5433
Separate state field for cities
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch follow-up 2 version bumping (passed QA)
0003-Bug-5433-follow-up-2-Koha-version.patch (text/plain), 1.55 KB, created by
Paul Poulain
on 2011-08-03 14:47:27 UTC
(
hide
)
Description:
proposed patch follow-up 2 version bumping (passed QA)
Filename:
MIME Type:
Creator:
Paul Poulain
Created:
2011-08-03 14:47:27 UTC
Size:
1.55 KB
patch
obsolete
>From 3caeb8b9608d2c0e1f296e218a25c2786ab96b60 Mon Sep 17 00:00:00 2001 >From: Paul Poulain <paul.poulain@biblibre.com> >Date: Wed, 3 Aug 2011 16:44:30 +0200 >Subject: [PATCH 3/3] Bug 5433 follow-up 2 Koha version > >bumping kohaversion to 3.05.00.007 (my name is Bond, James bond) > >Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> >--- > 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 65fb9f6..d728c34 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -4370,7 +4370,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { > SetVersion($DBversion); > } > >-$DBversion = "3.05.00.XXX"; >+$DBversion = "3.05.00.007"; > if (C4::Context->preference("Version") < TransformToNum($DBversion)) { > $dbh->do("ALTER TABLE `cities` ADD `city_state` VARCHAR( 100 ) NULL DEFAULT NULL AFTER `city_name`;"); > $dbh->do("ALTER TABLE `cities` ADD `city_country` VARCHAR( 100 ) NULL DEFAULT NULL AFTER `city_zipcode`;"); >diff --git a/kohaversion.pl b/kohaversion.pl >index 00bdbec..580fde2 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.05.00.004'; >+ our $VERSION = '3.05.00.007'; > # version needs to be set this way > # so that it can be picked up by Makefile.PL > # during install >-- >1.7.4.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 5433
:
4728
|
4825
|
4826
| 4827