Build 1.11.2.

svn path=/trunk/; revision=53411
This commit is contained in:
Gerald Combs 2013-11-18 16:44:16 +00:00
parent 6188141e3e
commit 5033435add
2 changed files with 5 additions and 5 deletions

View File

@ -26,7 +26,7 @@ The following bugs have been fixed:
The following features are new (or have been significantly updated)
since version 1.11.1:
* All sorts of amazing things.
* Mac OS X packaging has been improved.
The following features are new (or have been significantly updated)
since version 1.11.0:

View File

@ -85,12 +85,12 @@ my %version_pref = (
"is_release" => 0,
# Normal development builds
"pkg_enable" => 1,
"pkg_format" => "-SVN-%#",
#"pkg_enable" => 1,
#"pkg_format" => "-SVN-%#",
# Development releases
#"pkg_enable" => 0,
#"pkg_format" => "",
"pkg_enable" => 0,
"pkg_format" => "",
);
my $srcdir = ".";
my $info_cmd = "";