Fixing typo in kohaversion.pl
authorChris Nighswonger <chris.nighswonger@gmail.com>
Sat, 16 Apr 2011 17:32:39 +0000 (13:32 -0400)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Sat, 16 Apr 2011 17:32:39 +0000 (13:32 -0400)
kohaversion.pl

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