From 06286cb8ddfbddd17009a33313f453d1f58aa61d Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Fri, 29 Mar 2013 19:08:43 +1300 Subject: [PATCH] Bumping the version number --- kohaversion.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kohaversion.pl b/kohaversion.pl index 856f4fc78f..1f4e3ce525 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts : use strict; sub kohaversion { - our $VERSION = '3.10.04.000'; + our $VERSION = '3.10.04.001'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5