aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2005-01-18 16:00:57 +0000
committerGerald Combs <gerald@wireshark.org>2005-01-18 16:00:57 +0000
commite7e26224b2b0c17491e8714423b6853555f53967 (patch)
treef88348e64a501dd1c01997bee705aa9a90dfb6f4 /make-version.pl
parente2ba7ba242b706a0a56aa5e7f6fd7dc96764863c (diff)
Fix the handling of "enable: 0" in version.conf.
svn path=/trunk/; revision=13109
Diffstat (limited to 'make-version.pl')
-rwxr-xr-xmake-version.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/make-version.pl b/make-version.pl
index 9869709ee4..fef8198996 100755
--- a/make-version.pl
+++ b/make-version.pl
@@ -236,6 +236,8 @@ if (-d "./.svn") {
&update_config_nmake;
} elsif ($version_pref{"enable"} == 0) {
print "Version tag disabled in $vconf_file.\n";
+ $last = 0;
+ $revision = 0;
} else {
print "SVN version tag will be computed.\n";
}