The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

USAGE

bump-version [options] [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

Show the entire man page.

--major, -M

Bump the major version

--minor, -m

Bump the minor version

--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>