X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=c79660798643d8ba8946abb5f9b695ee5b16a05c;hb=659a4aab574e77e65d8e0eb604763f832a5c0574;hp=d9d32c5cd0f26eacbf903f2699e17508a3ea4a01;hpb=b7b92a4c812570894286bbd2094ff0377c35221f;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index d9d32c5cd0..c796607986 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.09.00.025'; + our $VERSION = '3.09.00.051'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install