Command line tool to duplicate/modify version number strings across source code and distribution files according to syntax context.

⌈⌋ ⎇ branch:  version numbers get/write


Update of "version numbers get/write"

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: 5fff99697f8c755ee6bd4454adb4a51ccffc1a99
Page Name:version numbers get/write
Date: 2014-02-07 19:55:16
Original User: mario
Next ff32feb3a668c12cc60d9ba258404f140a316fe9
Content

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.