summaryrefslogtreecommitdiff
path: root/ws_version_info.c
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-10-27 09:24:06 +0100
committerJoão Valverde <j@v6e.pt>2016-10-28 08:33:25 +0000
commit33f8c27769d8f57a13c040c52e76f3e2392c9ca5 (patch)
tree9834b1fb003b9f4ccf7656716ccaed0a988885e5 /ws_version_info.c
parentbdf99169cc699e36bd47e22514f8ac6b31f59bee (diff)
downloadwireshark-33f8c27769d8f57a13c040c52e76f3e2392c9ca5.tar.gz
make-version: Clean up handling of VCSVERSION
Change-Id: If8228267da4a9290f5abf99c5ac518c3dec0a283 Reviewed-on: https://code.wireshark.org/review/18443 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'ws_version_info.c')
-rw-r--r--ws_version_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ws_version_info.c b/ws_version_info.c
index 830e37175c..6d47b16bcc 100644
--- a/ws_version_info.c
+++ b/ws_version_info.c
@@ -377,7 +377,7 @@ const char *
get_ws_vcs_version_info(void)
{
#ifdef VCSVERSION
- return VERSION " (" VCSVERSION " from " VCSBRANCH ")";
+ return VERSION " (" VCSVERSION ")";
#else
return VERSION;
#endif