From 1b397bb37118e956296b40c84305157b453ce7f0 Mon Sep 17 00:00:00 2001 From: legatvs Date: Fri, 22 May 2009 18:01:34 +0300 Subject: [PATCH] Bump version. --- clivefeed | 2 +- clivepass | 2 +- clivescan | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clivefeed b/clivefeed index a17ac4a..76ad7e1 100755 --- a/clivefeed +++ b/clivefeed @@ -21,7 +21,7 @@ use warnings; use strict; -use constant VERSION => "2.1.6"; +use constant VERSION => "2.1.7"; binmode( STDOUT, ":utf8" ); use Getopt::Long qw(:config bundling); diff --git a/clivepass b/clivepass index ca92ee7..254b7c2 100755 --- a/clivepass +++ b/clivepass @@ -21,7 +21,7 @@ use warnings; use strict; -use constant VERSION => "2.1.6"; +use constant VERSION => "2.1.7"; binmode( STDOUT, ":utf8" ); use Getopt::Long qw(:config bundling); diff --git a/clivescan b/clivescan index a534ef1..f60f27d 100755 --- a/clivescan +++ b/clivescan @@ -21,7 +21,7 @@ use warnings; use strict; -use constant VERSION => "2.1.6"; +use constant VERSION => "2.1.7"; binmode( STDOUT, ":utf8" ); use Getopt::Long qw(:config bundling); -- 2.11.4.GIT