DB rev 003 -> 004 (for Allen's 2754 patch)
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
parent
3b1817f685
commit
6ca9d3eb14
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
use strict;
|
use strict;
|
||||||
|
|
||||||
sub kohaversion {
|
sub kohaversion {
|
||||||
our $VERSION = '3.01.00.003';
|
our $VERSION = '3.01.00.004';
|
||||||
# version needs to be set this way
|
# version needs to be set this way
|
||||||
# so that it can be picked up by Makefile.PL
|
# so that it can be picked up by Makefile.PL
|
||||||
# during install
|
# during install
|
||||||
|
|
Loading…
Reference in a new issue