|
84754 packages online
|
|
|
|
|
|
No screenshot available
|
Short: | A revision bumper with extra fields. |
Author: | Joachim Birging |
Uploader: | Joachim Birging <jocke birging gmail com> |
Type: | dev/misc |
Version: | 51.3 |
Architecture: | m68k-amigaos,ppc-amigaos,ppc-morphos,i386-aros |
Date: | 2006-09-13 |
Download: | dev/misc/revbump.lha - View contents | Readme: | dev/misc/revbump.readme |
Downloads: | 1159 |
|
revbump.readme:
---------------
revbump - a revision bumper that supports version numbers like 4.17.13 and
a few things more. Released as Public Domain.
Binaries for AmigaOS 3, AmigaOS 4, MorphOS, x86-AROS and x86-linux
included in this archive.
Usage:
------
revbump <name> [ver|rev|sub] [<version>] [<revision>] [<subrevision>]
name: The name of the project. Resulting file will use it as basename,
example name_rev.h. Must be the second argument.
ver: This switch will bump the version number.
rev: This switch will bump the revision number. This is the default
behavior if leaving out any of the ver, rev or sub arguments.
sub: This switch will bump the subrevision number.
version: The version number you want the project to have. If this is the
last argument revision and subrevision will be set to 0.
revision: The revision number the project should have. If this is the last
argument subrevision will be set to 0.
subrevision: The subrevision of the project, for full control of the
entire version.revision.subrevision line.
The result:
-----------
Best is a sample file, produced by the command 'revbump project'
---
#define VERSION 0
#define REVISION 1
#define SUBREVISION 0
#define DATE "11.09.2006"
#define VERS "project 0.1"
#define VSTRING "project 0.1 (11.09.2006)rn"
#define VERSTAG " |
| |