Koha version updated github/bug_5347
authorPaul Poulain <paul.poulain@biblibre.com>
Thu, 19 Jan 2012 15:48:54 +0000 (16:48 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 20 Jan 2012 13:12:28 +0000 (14:12 +0100)
kohaversion.pl

index 3d16573..e0e6e87 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.07.00.008';
+    our $VERSION = '3.07.00.009';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install