installer: fixed typo in version number
authorGalen Charlton <galen.charlton@liblime.com>
Fri, 14 Dec 2007 22:44:13 +0000 (16:44 -0600)
committerGalen Charlton <galen.charlton@liblime.com>
Mon, 17 Dec 2007 15:13:54 +0000 (09:13 -0600)
kohaversion.pl

index c96a9da..3a74cd6 100644 (file)
@@ -10,7 +10,7 @@
 use strict;
 
 sub kohaversion {
-    our $VERSION = "3.00.00.35";
+    our $VERSION = "3.00.00.035";
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install