X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=5b32f0b124529eaa52839103e0a050b253496791;hb=7c224d1cb05099749d4046a4dad75ae49ff186cc;hp=ebac2874d6cd6816d3202eebfc6a17da12d880b6;hpb=50078d04c6c3e3e85d6f8ed3645368f7a69402e5;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index ebac2874d6..5b32f0b124 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -11,12 +11,13 @@ the kohaversion is divided in 4 parts : - #4 : the developer version. The 4th number is the database subversion. used by developers when the database changes. updatedatabase take care of the changes itself and is automatically called by Auth.pm when needed. + =cut use strict; sub kohaversion { - our $VERSION = '3.16.00.000'; + our $VERSION = '3.19.00.015'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install