Skip to content

Commit

Permalink
Update 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 9, 2013
1 parent 00a9e72 commit b34c431
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions make/exe/awstats.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@


!define MUI_PROD "AWStats" ;Define your own software name here
#!define MUI_VERSION_DOT "7.1" ;Define your own software version here
#!define MUI_VERSION_DOT "7.2" ;Define your own software version here
!define MUI_PUBLISHER "Laurent Destailleur"
!define MUI_URL "http://www.awstats.org"
!define MUI_COMMENTS "copyright 2000/2012 Laurent Destailleur"
!define MUI_COMMENTS "copyright 2000/2013 Laurent Destailleur"
!define MUI_HELPLINK "http://www.awstats.org/docs/index.html"
!define MUI_URLUPDATE "http://www.awstats.org"

Expand Down
4 changes: 2 additions & 2 deletions make/makepack-awstats.pl
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
# \file make/makepack-awstats.pl
# \brief Package builder (tgz, zip, rpm, deb, exe)
# \version $Revision$
# \author (c)2004-2012 Laurent Destailleur <eldy@users.sourceforge.net>
# \author (c)2004-2013 Laurent Destailleur <eldy@users.sourceforge.net>
#----------------------------------------------------------------------------

use Cwd;

$PROJECT="awstats";
$MAJOR="7";
$MINOR="1.1";
$MINOR="2";
$RPMSUBVERSION="1";

@LISTETARGET=("TGZ","ZIP","RPM","DEB","EXE"); # Possible packages
Expand Down
2 changes: 1 addition & 1 deletion make/makepack-awstats_webmin.pl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# \file make/makepack-awstats_webmin.pl
# \brief Package builder (tgz, zip, rpm, deb, exe)
# \version $Revision$
# \author (c)2004-2005 Laurent Destailleur <eldy@users.sourceforge.net>
# \author (c)2004-2013 Laurent Destailleur <eldy@users.sourceforge.net>
#----------------------------------------------------------------------------

use Cwd;
Expand Down

0 comments on commit b34c431

Please sign in to comment.