Update version to 8.5

This commit is contained in:
Darold 2012-12-16 11:07:46 +01:00
parent 846fd4633f
commit 2bfc0c0d2a
9 changed files with 12 additions and 12 deletions

View file

@ -20,7 +20,7 @@ use strict qw(vars);
use CGI;
my $VERSION = '8.4';
my $VERSION = '8.5';
my $COPYRIGHT = 'Copyright (c) 2002-2012 Gilles Darold - All rights reserved.';
my $AUTHOR = "Gilles Darold - gilles AT darold DOT net";
my $DEFAULT_TTFONT = '';

View file

@ -35,7 +35,7 @@ my $CONFIG_FILE = "/usr/local/sendmailanalyzer/sendmailanalyzer.conf";
my $LAST_PARSE_FILE = 'LAST_PARSED';
$SOFTWARE = "SendmailAnalyzer";
$VERSION = '8.4';
$VERSION = '8.5';
$AUTHOR = "Gilles Darold <gilles\@darold.net>";
$COPYRIGHT = "&copy; 2002-2012 - Gilles Darold <gilles\@darold.net>";

View file

@ -12,11 +12,11 @@ RPM/
The binary package may be found here:
~/rpmbuild/RPMS/noarch/sendmailanalyzer-8.4-1.noarch.rpm
~/rpmbuild/RPMS/noarch/sendmailanalyzer-8.5-1.noarch.rpm
To install run:
rpm -i ~/rpmbuild/RPMS/noarch/sendmailanalyzer-8.4-1.noarch.rpm
rpm -i ~/rpmbuild/RPMS/noarch/sendmailanalyzer-8.5-1.noarch.rpm
slackbuild/
@ -28,7 +28,7 @@ slackbuild/
then take a look at /tmp/build/ to find the Slackware package.
To install run the following command:
installpkg /tmp/build/sendmailanalyzer-8.4-i486-1gda.tgz
installpkg /tmp/build/sendmailanalyzer-8.5-i486-1gda.tgz
debian/

View file

@ -5,7 +5,7 @@
Name: %{uname}
Epoch: 0
Version: 8.4
Version: 8.5
Release: 1%{?dist}
Summary: Sendmail/Postfix log analyser with graphical reports

View file

@ -1,5 +1,5 @@
Package: sendmailanalyzer
Version: 8.4
Version: 8.5
Priority: optional
Essential: no
Maintainer: Gilles Darold <gilles@darold.net>

View file

@ -1,7 +1,7 @@
PRGNAM="sendmailanalyzer"
VERSION="8.4"
VERSION="8.5"
HOMEPAGE="http://sareport.darold.net/"
DOWNLOAD="http://downloads.sourceforge.net/sa-report/sendmailanalyzer-8.4.tar.gz"
DOWNLOAD="http://downloads.sourceforge.net/sa-report/sendmailanalyzer-8.5.tar.gz"
MD5SUM=""
DOWNLOAD_x86_64="UNTESTED"
MD5SUM_x86_64=""

View file

@ -12,7 +12,7 @@
## Fill these variables to your needs ##
NAMESRC=${NAMESRC:-sendmailanalyzer}
VERSION=${VERSION:-8.4}
VERSION=${VERSION:-8.5}
EXT=${EXT:-tar.gz}
NAMEPKG=${NAMEPKG:-sendmailanalyzer}
PKGEXT=${PKGEXT:-tgz/txz}

View file

@ -26,7 +26,7 @@ use Benchmark;
use Getopt::Long;
use POSIX ":sys_wait_h";
$VERSION = '8.4';
$VERSION = '8.5';
$AUTHOR = "Gilles Darold <gilles\@darold.net>";
$COPYRIGHT = "(c) 2002-2012 - Gilles Darold <gilles\@darold.net>";

View file

@ -26,7 +26,7 @@ use MIME::Base64;
use MIME::QuotedPrint;
$VERSION = '8.4';
$VERSION = '8.5';
$AUTHOR = "Gilles Darold <gilles\@darold.net>";
$COPYRIGHT = "(c) 2002-2012 - Gilles Darold <gilles\@darold.net>";