USAGE
bump-version [-n] [-l] [VERSION] file ...
DESCRIPTION
The bump-version
script increments the version number in the given file.
If VERSION is given, it must be in the format of "<num>.<num>".
Use the --list
option to see which files have a VERSION string.
OPTIONS
--list, -l
-
List the files that reference version numbers.
--man, -m
-
Show the entire man page.
--verbose, -v
-
Be verbose.
--version, -V
-
Show the current version and exit.
--norun, -n
-
Show the comands but do not actually make any changes.
AUTHOR
Alan K. Stebbens <aks@stebbens.org>