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