From 6ee65224aedb84644f355c13980564ff5f0a6dfd Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 20 May 2011 22:07:50 -0700 Subject: [PATCH] =?utf8?q?Increase=20constant=E2=80=99s=20version=20in=20p?= =?utf8?q?reparation=20for=20the=20next=20commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- dist/constant/lib/constant.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/constant/lib/constant.pm b/dist/constant/lib/constant.pm index 22566ce..83bfa66 100644 --- a/dist/constant/lib/constant.pm +++ b/dist/constant/lib/constant.pm @@ -4,7 +4,7 @@ use strict; use warnings::register; use vars qw($VERSION %declared); -$VERSION = '1.21'; +$VERSION = '1.22'; #======================================================================= -- 2.7.4