aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2019-01-16 16:48:24 -0800
committerGerald Combs <gerald@wireshark.org>2019-01-17 00:50:36 +0000
commit525c5c17437a4f380f0b660692889d18168a5799 (patch)
tree66a794d7a6a8b5e406cd47c239e0626a5e250aec /tools
parent1af39d6dace336c16b564fdc19ca82de5ae72ba6 (diff)
make-version.pl: Add a comment about version.h.
Note that we might want to give CMakeLists.txt the ability to generate version.h independently. Change-Id: I4864504790aee4c40805f5ae3584db027a2762f5 Reviewed-on: https://code.wireshark.org/review/31569 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/make-version.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/make-version.pl b/tools/make-version.pl
index 07b8ea9a11..976b3336aa 100755
--- a/tools/make-version.pl
+++ b/tools/make-version.pl
@@ -574,6 +574,9 @@ sub new_version_h
# Print the version control system's version to $version_file.
# Don't change the file if it is not needed.
+#
+# XXX - We might want to add VCSVERSION to CMakeLists.txt so that it can
+# generate version.h independently.
sub print_VCS_REVISION
{
my $VCS_REVISION;