set DBrev to 136 for previous patch to add edit_items
authorGalen Charlton <gmcharlt@gmail.com>
Fri, 4 Jun 2010 01:04:17 +0000 (21:04 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Fri, 4 Jun 2010 01:04:17 +0000 (21:04 -0400)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
kohaversion.pl

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