2.1.1 → 2.1.2.

Change-Id: If03589159cbf7c1a0de97fd50edd06d1cd0e63bd
Reviewed-on: https://code.wireshark.org/review/16440
Reviewed-by: Gerald Combs <gerald@wireshark.org>
This commit is contained in:
Gerald Combs 2016-07-14 14:06:14 -07:00
parent 06ba81b4f1
commit ee29efbd9c
2 changed files with 7 additions and 4 deletions

View File

@ -23,6 +23,9 @@ used for troubleshooting, analysis, development and education.
=== New and Updated Features
The following features are new (or have been significantly updated)
since version 2.1.1:
The following features are new (or have been significantly updated)
since version 2.1.0:

View File

@ -95,12 +95,12 @@ my %version_pref = (
"format" => "git %Y%m%d%H%M%S",
# Normal development builds
#"pkg_enable" => 1,
#"pkg_format" => "-%#",
"pkg_enable" => 1,
"pkg_format" => "-%#",
# Development releases
"pkg_enable" => 0,
"pkg_format" => "",
#"pkg_enable" => 0,
#"pkg_format" => "",
);
my $srcdir = ".";
my $info_cmd = "";