Skip to content

Commit b34c431

Browse files
author
eldy
committed
Update 7.2
1 parent 00a9e72 commit b34c431

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

make/exe/awstats.nsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77

88
!define MUI_PROD "AWStats" ;Define your own software name here
9-
#!define MUI_VERSION_DOT "7.1" ;Define your own software version here
9+
#!define MUI_VERSION_DOT "7.2" ;Define your own software version here
1010
!define MUI_PUBLISHER "Laurent Destailleur"
1111
!define MUI_URL "http://www.awstats.org"
12-
!define MUI_COMMENTS "copyright 2000/2012 Laurent Destailleur"
12+
!define MUI_COMMENTS "copyright 2000/2013 Laurent Destailleur"
1313
!define MUI_HELPLINK "http://www.awstats.org/docs/index.html"
1414
!define MUI_URLUPDATE "http://www.awstats.org"
1515

make/makepack-awstats.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
# \file make/makepack-awstats.pl
44
# \brief Package builder (tgz, zip, rpm, deb, exe)
55
# \version $Revision$
6-
# \author (c)2004-2012 Laurent Destailleur <eldy@users.sourceforge.net>
6+
# \author (c)2004-2013 Laurent Destailleur <eldy@users.sourceforge.net>
77
#----------------------------------------------------------------------------
88

99
use Cwd;
1010

1111
$PROJECT="awstats";
1212
$MAJOR="7";
13-
$MINOR="1.1";
13+
$MINOR="2";
1414
$RPMSUBVERSION="1";
1515

1616
@LISTETARGET=("TGZ","ZIP","RPM","DEB","EXE"); # Possible packages

make/makepack-awstats_webmin.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# \file make/makepack-awstats_webmin.pl
44
# \brief Package builder (tgz, zip, rpm, deb, exe)
55
# \version $Revision$
6-
# \author (c)2004-2005 Laurent Destailleur <eldy@users.sourceforge.net>
6+
# \author (c)2004-2013 Laurent Destailleur <eldy@users.sourceforge.net>
77
#----------------------------------------------------------------------------
88

99
use Cwd;

0 commit comments

Comments
 (0)