Update of "version numbers get/write"
Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Artifact ID: | ff32feb3a668c12cc60d9ba258404f140a316fe9 |
---|---|
Page Name: | version numbers get/write |
Date: | 2014-02-08 04:23:37 |
Original User: | mario |
Parent: | 5fff99697f8c755ee6bd4454adb4a51ccffc1a99 (diff) |
Next | 0c2b795515999308565c484c145ccc1ad2fc4b30 |
version
This is a commandline tool to *update version numbers* across source code files.
It understands multiple syntax contexts to constrain write operations. And the command arguments can be mixed naturally.
documentations
Just running the script displays a simple help (same as atop the code).
But there is also a manpage version(1).
why?
It's useful for preparing manual packaging processes, keeping version numbers in sync from source code to documentation and build scripts.
I've been using a dozen variants of this on multiple projects, but each patched to a specific language or too generic. This is a consolidation.
Surely there must be other tools like that, but they're obviously not easy to google.