aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-04-17 13:56:49 -0700
committerGuy Harris <guy@alum.mit.edu>2016-04-17 20:57:22 +0000
commit75bdce82a3c6f92f1fa7119d6908a45da4c27c94 (patch)
treed5d1372808c6471bf2bed998526821d96b0493de /make-version.pl
parente4359e7a330cb7c8e7644e16c9e22cf257b370c0 (diff)
Update the help message to reflect current reality.
Replace tabs with spaces in that message while we're at it. Change-Id: I33354e6d1c3b4a6bbba232fe2270a5a6728cc889 Reviewed-on: https://code.wireshark.org/review/14960 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'make-version.pl')
-rwxr-xr-xmake-version.pl14
1 files changed, 9 insertions, 5 deletions
diff --git a/make-version.pl b/make-version.pl
index 880a77ce1d..6f6ce5052f 100755
--- a/make-version.pl
+++ b/make-version.pl
@@ -779,12 +779,16 @@ make-version.pl [options] [source directory]
--set-vcs, -s Set the information in version.h
--print-vcs Print the vcs version to standard output
--set-version, -v Set the major, minor, and micro versions in
- configure.ac, config.nmake, debian/changelog,
- and docbook/asciidoc.conf.
+ the top-level CMakeLists.txt, configure.ac,
+ config.nmake, docbook/asciidoc.conf,
+ debian/changelog, the Makefile.am for all
+ libraries, and the CMakeLists.txt for all
+ libraries.
Resets the release information when used by
- itself.
- --set-release, -r Set the release information in configure.ac
- and config.nmake
+ itself.
+ --set-release, -r Set the release information in the top-level
+ CMakeLists.txt, configure.ac, and
+ config.nmake.
--package-version, -p Deprecated. Same as --set-release.
--verbose Print diagnostic messages to STDERR.