components/wireshark/patches/release_version.patch
author pkidd <patrick.kidd@oracle.com>
Wed, 02 Nov 2016 09:04:31 -0700
branchs11u3-sru
changeset 7236 e13b4d43a8f9
parent 7158 835af407ebda
child 7451 ea17c4876082
permissions -rw-r--r--
Added tag 0.175.3.14.0.5.0, S11.3SRU14.5 for changeset 11e6a3bbf713

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12901

--- make-version.pl
+++ make-version.pl
@@ -619,7 +619,7 @@
 {
 	my $VCS_REVISION;
 	my $needs_update = 1;
-	my $set_header = 1;
+	my $set_header = 0;
 	my $git_cdir;
 
 	chomp($git_cdir = qx{git --git-dir="$srcdir/.git" rev-parse --git-common-dir 2> $devnull});