aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-12-12 15:25:31 -0800
committerGerald Combs <gerald@wireshark.org>2018-12-12 23:28:51 +0000
commitf4238cd2668665fc0de85a9af03dcccca3b4e3e4 (patch)
tree50f1c2ca0569cbda63235cc49b2f91b633258d5d /make-version.pl
parentb415c6ede7c056b85502788cc4920d1dd9a9f585 (diff)
Build 2.9.0.
Change-Id: Id2fb03127c3f4e371a11ba7788a5a3439bafc651 Reviewed-on: https://code.wireshark.org/review/31027 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'make-version.pl')
-rwxr-xr-xmake-version.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/make-version.pl b/make-version.pl
index f6fdab1f2f..bb222bb924 100755
--- a/make-version.pl
+++ b/make-version.pl
@@ -84,12 +84,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 = "";