From 7198e05f9694da79f526dcf0bc41dc0b3c0ec0b7 Mon Sep 17 00:00:00 2001 From: legatvs Date: Wed, 17 Jun 2009 18:44:47 +0300 Subject: [PATCH] Makefile.PL: fix version. --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index e1d92e1..1894b69 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,7 +7,7 @@ WriteMakefile( 'ABSTRACT' => 'command line video extraction utility' ) : (), - 'VERSION' => '2.2.0', + 'VERSION' => '2.2.1', 'EXE_FILES' => ['bin/clive'], 'PREREQ_PM' => { 'Getopt::ArgvFile' => 1.11, -- 2.11.4.GIT