DB rev 038>039 (for real, this time)
authorGalen Charlton <gmcharlt@gmail.com>
Sun, 2 Aug 2009 15:06:05 +0000 (11:06 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Sun, 2 Aug 2009 15:08:16 +0000 (11:08 -0400)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
kohaversion.pl

index 68df586..5509870 100644 (file)
@@ -10,7 +10,7 @@
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.01.00.038';
+    our $VERSION = '3.01.00.039';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install