aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-01-25 13:50:37 -0800
committerGuy Harris <guy@alum.mit.edu>2015-01-25 21:51:13 +0000
commitc1078963b2ae0065b6ac8234b06f5a54737798a6 (patch)
treed723f74c256a507ab2324df665334855a84323bb /config.nmake
parenta3f3d0b7a07ede6faf108ab7bb17f75ef55ce7ff (diff)
Replace "GIT" with "VCS" in make-version.pl and files it manipulates.
That makes it more VCS-neutral - apparently some people maintain private versions under VCSes other than Git, and make-version.pl still handles those VCSes. Change-Id: Ie4914b16fea8ce800582729260c5e9b9cf1111f4 Reviewed-on: https://code.wireshark.org/review/6779 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.nmake b/config.nmake
index 346f6686ea..942499ef28 100644
--- a/config.nmake
+++ b/config.nmake
@@ -28,15 +28,15 @@ WIRESHARK_TARGET_PLATFORM=win32
##### Versions #####
-# The Git description of our build. Updated by make-version.pl
-GIT_REVISION=0
+# The VCS's description of our build. Updated by make-version.pl
+VCS_REVISION=0
# The current Wireshark version. Recommended: Leave unchanged.
# Updated by make-version.pl
VERSION_MAJOR=1
VERSION_MINOR=99
VERSION_MICRO=2
-VERSION_BUILD=$(GIT_REVISION)
+VERSION_BUILD=$(VCS_REVISION)
# Local build information. Recommended: Unique string for your
# environment, e.g. "-JackStackBarbecue". Updated by make-version.pl