Difference between revisions of "AutoVersioning plugin"
From Code::Blocks
m (Changed version and date updated)  | 
				|||
| Line 1: | Line 1: | ||
| − | *   | + | [[Category: Code::Blocks Contrib Plugins]]  | 
| + | {{Infobox_Plugin|  | ||
| + |   name = AutoVersioning |  | ||
| + |   logo = [[Image:AutoVersioningLogo.png]] |  | ||
| + |   developer = [[User:jgm|JGM]] |  | ||
| + |   maintainer = JGM |  | ||
| + |   version = 0.7  | ||
| + | }}  | ||
| + | |||
| + | ==Introduction==  | ||
| + | The idea of the Auto Versioning plugin was made during the development of a pre-alpha software that required the version info and status. Been to busy coding, without time to maintain the version number, just decided to develop a plugin that could do all this without intervention (also with an option to commit an incrementation to the version).  | ||
| + | |||
| + | *Whats is AV?  | ||
| + | **AutoVersioning is a plugin that helps you keep track of the actual project version that you are working with. It creates a c++ header with variable declarations that you can use on your source file to give your user the version info of your program.  | ||
| + | |||
* Author: JGM  | * Author: JGM  | ||
* Purpose: Auto increments the version and build number of your application every time a change has been made and stores it in version.h with easy to use variable declarations for versions, dates, svn and more. Also have a feature for committing changes a la SVN style and a version scheme editor.    | * Purpose: Auto increments the version and build number of your application every time a change has been made and stores it in version.h with easy to use variable declarations for versions, dates, svn and more. Also have a feature for committing changes a la SVN style and a version scheme editor.    | ||
Revision as of 18:02, 15 September 2007
 AutoVersioning 
| Developer(s): | JGM | 
| Maintainer(s): | JGM | 
| Version: | 0.7 | 
Introduction
The idea of the Auto Versioning plugin was made during the development of a pre-alpha software that required the version info and status. Been to busy coding, without time to maintain the version number, just decided to develop a plugin that could do all this without intervention (also with an option to commit an incrementation to the version).
- Whats is AV?
- AutoVersioning is a plugin that helps you keep track of the actual project version that you are working with. It creates a c++ header with variable declarations that you can use on your source file to give your user the version info of your program.
 
 
- Author: JGM
 - Purpose: Auto increments the version and build number of your application every time a change has been made and stores it in version.h with easy to use variable declarations for versions, dates, svn and more. Also have a feature for committing changes a la SVN style and a version scheme editor.
 - Version: 0.6; State: alpha - beta - stable
 - Last update: 11. Aug. 2007
 - Forum thread for discussion: [/index.php/topic,6294.0.html]
 - Link for download: [/index.php/topic,6294.msg48225.html#msg48225]
 - Notes: Check the forum for screenshots of all its features. Any suggestions and help are nicely welcome.
 
...back to Announcement for plugins/patches:
