diff options
author | Gerald Combs <gerald@wireshark.org> | 2016-07-14 14:06:14 -0700 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2016-07-14 21:10:01 +0000 |
commit | ee29efbd9ce5dbd894c7a7cd47c61f620fc37233 (patch) | |
tree | 9f9d64d8dba0f01069a632e51969929e8495efad /make-version.pl | |
parent | 06ba81b4f1acb371f7cbc2e351f6769a7d2627db (diff) | |
download | wireshark-ee29efbd9ce5dbd894c7a7cd47c61f620fc37233.tar.gz wireshark-ee29efbd9ce5dbd894c7a7cd47c61f620fc37233.tar.bz2 wireshark-ee29efbd9ce5dbd894c7a7cd47c61f620fc37233.zip |
2.1.1 → 2.1.2.v2.1.2rc0
Change-Id: If03589159cbf7c1a0de97fd50edd06d1cd0e63bd
Reviewed-on: https://code.wireshark.org/review/16440
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'make-version.pl')
-rwxr-xr-x | make-version.pl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/make-version.pl b/make-version.pl index 0ce9e9bb85..f5c21dd521 100755 --- a/make-version.pl +++ b/make-version.pl @@ -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 = ""; |