aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrenrot2
-rw-r--r--renrot.spec2
2 files changed, 2 insertions, 2 deletions
diff --git a/renrot b/renrot
index ad7ea13..3436e29 100755
--- a/renrot
+++ b/renrot
@@ -33,13 +33,13 @@ use Image::RenRot::FileUtil;
# perl 5.8.x memory overflow workaround (perl5.8.1-8 which uses it's own malloc)
my $mem_trouble_stub = " "x4_000_000; undef $mem_trouble_stub;
# Versioning
my @svnrevision = split(/ /, '$Revision$');
-our $VERSION = '1.1.0';
+our $VERSION = '1.2.0';
our $REVISION = defined $svnrevision[1] ? $svnrevision[1] : '0';
my $maxVerbosity = 4; # our max verbosity level (internal)
my $homeURL = 'http://puszcza.gnu.org.ua/projects/renrot/'; # homepage of the project
########################################################################################
diff --git a/renrot.spec b/renrot.spec
index 201214b..e80e65f 100644
--- a/renrot.spec
+++ b/renrot.spec
@@ -1,11 +1,11 @@
%define rcver %{nil}
%define dotrc %{nil}
Name: renrot
-Version: 1.1.0
+Version: 1.2.0
Release: 3%{?dotrc}%{?dist}
License: Artistic 2.0
Group: Applications/Multimedia
Summary: A program to rename and rotate files according to EXIF tags
URL: http://puszcza.gnu.org.ua/projects/renrot/
Source0: ftp://download.gnu.org.ua/pub/release/renrot/%{name}-%{version}%{?rcver}.tar.gz

Return to:

Send suggestions and report system problems to the System administrator.