X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=7f2be15a87a251c94470fb2fb2217ed5d7d61043;hb=d059079caf60e1c6796e7a49dc64a900f1238058;hp=6bf345b9249a264a9a8bf9c4bf03721769959c59;hpb=ed73fb53ca6b402a240eb7d2ed414507fcc44290;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index 6bf345b924..7f2be15a87 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.05.00.012'; + our $VERSION = '3.06.00.002'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install