X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=c6379f02ec72c57aa15784618badaf568c87fbcf;hb=fd84f8c2bcdc01fc753c6b281f13e387586199cc;hp=e0e6e87e035e58b6ecddbf59ffca1b888708f414;hpb=bee324cec2a16c37e505557e5d8b19f8ad7889f0;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index e0e6e87e03..c6379f02ec 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.07.00.009'; + our $VERSION = '3.07.00.011'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install