Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
AutoVersioning Plugin
JGM:
Added variables for declaring the software status like beta, etc...
Updated the version editor and added a notebook to divide by categories.
Check the first post for downloads.
New output
--- Code: ---#ifndef VERSION_H
#define VERSION_H
namespace AutoVersion{
//Date Version Types
static char DATE[] = "12";
static char MONTH[] = "07";
static char YEAR[] = "2007";
static double UBUNTU_VERSION_STYLE = 7.07;
//Software Status
static char STATUS[] = "Alpha";
static char STATUS_SHORT[] = "a";
//Standard Version Type
static long MAJOR = 1;
static long MINOR = 0;
static long BUILD = 9;
static long REVISION = 75;
//Miscellaneous Version Types
static long BUILDS_COUNT = 10;
#define RC_FILEVERSION 1,0,9,75
#define RC_FILEVERSION_STRING "1, 0, 9, 75\0"
static char FULLVERSION_STRING[] = "1.0.9.75";
}
#endif //VERSION_h
--- End code ---
JGM:
Some minor fixes and now going to v0.4.1
Check the first post for downloads. :lol:
JGM:
Added new features for editing the current scheme and new menu entries. Also added project files for the contrib svn codeblocks.
I'm thinking on adding a report generator for each incrementation made by a commitment. :?:
For example, if you are working on a project and made changes, then you commit, when you commit you will have the option to write the changes that you have made to the project on the actual version incrementation, and software status. Something like the typical CHANGES file like this:
--- Code: ---Changes File
v0.3.4a
- blah blah
- blah blah
v0.3.3a
- Some fixes
- new features
--- End code ---
If somebody have suggestions and recommendations, please share them. I don't know if the plugin needs other features, or is useless, share your thoughts. :)
PsYhLo:
can i compile it under linux
is it possible
JGM:
--- Quote from: PsYhLo on July 19, 2007, 08:07:15 am ---can i compile it under linux
is it possible
--- End quote ---
Yes! I have already compile it on ubuntu 7.04 and works fine.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version