Bug 15955: Tuning function 'New child record' for Unimarc 205$a -> 461$e
[koha.git] / kohaversion.pl
blobd21563478917389fec50172c9a5148f9567f9829
1 # the next koha public release version number;
3 use Modern::Perl;
4 use Koha;
6 sub kohaversion {
7 our $VERSION = $Koha::VERSION;
8 # version needs to be set this way
9 # so that it can be picked up by Makefile.PL
10 # during install
11 return $VERSION;