aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/ws_version_info.c
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 /wsutil/ws_version_info.c
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 'wsutil/ws_version_info.c')
-rw-r--r--wsutil/ws_version_info.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wsutil/ws_version_info.c b/wsutil/ws_version_info.c
index 14b6cda4f9..f8a266260b 100644
--- a/wsutil/ws_version_info.c
+++ b/wsutil/ws_version_info.c
@@ -336,8 +336,8 @@ show_version(const gchar *prog_name_str, GString *comp_info_str,
const char *
get_ws_vcs_version_info(void)
{
-#ifdef GITVERSION
- return VERSION " (" GITVERSION " from " GITBRANCH ")";
+#ifdef VCSVERSION
+ return VERSION " (" VCSVERSION " from " VCSBRANCH ")";
#else
return VERSION;
#endif