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:33 +0000
commit29b1eea02ca8fbc35d9bf2201a95fee5b52100e5 (patch)
tree3349d298f825ad06d74ef57570ec004806fffa10 /make-version.pl
parenta8791a0c8c5c7e49f6e661a2889dffc544281293 (diff)
downloadwireshark-29b1eea02ca8fbc35d9bf2201a95fee5b52100e5.tar.gz
wireshark-29b1eea02ca8fbc35d9bf2201a95fee5b52100e5.tar.bz2
wireshark-29b1eea02ca8fbc35d9bf2201a95fee5b52100e5.zip
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> (cherry picked from commit 75bdce82a3c6f92f1fa7119d6908a45da4c27c94) Reviewed-on: https://code.wireshark.org/review/14961
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 2042fee66c..f456c16313 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.