Skip to content

Commit

Permalink
Bumped version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
numeredev committed Mar 16, 2023
1 parent 12ea26e commit 5196e38
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 113 deletions.
2 changes: 1 addition & 1 deletion NumeRe.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@
<Extensions>
<AutoVersioning>
<Scheme minor_max="9" build_max="9" rev_max="0" rev_rand_max="10" build_times_to_increment_minor="100" />
<Settings autoincrement="0" date_declarations="1" use_define="0" update_manifest="0" do_auto_increment="0" ask_to_increment="0" language="C++" svn="1" svn_directory="D:\CPP\numere-source\trunk" header_path="kernel\core\version.h" />
<Settings autoincrement="0" date_declarations="1" use_define="0" update_manifest="0" do_auto_increment="0" ask_to_increment="0" language="C++" svn="0" svn_directory="D:\CPP\numere-source\trunk" header_path="kernel\core\version.h" />
<Changes_Log show_changes_editor="0" app_title='NumeRe v %M.%m.%b &quot;%T&quot; rev. %r' changeslog_path="Release\ChangesLog.txt" />
<Code header_guard="VERSION_H" namespace="AutoVersion" prefix="" />
</AutoVersioning>
Expand Down
96 changes: 0 additions & 96 deletions changes.tmp

This file was deleted.

28 changes: 12 additions & 16 deletions kernel/core/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,26 @@
namespace AutoVersion{

//Date Version Types
static const char DATE[] = "19";
static const char MONTH[] = "10";
static const char YEAR[] = "2022";
static const char UBUNTU_VERSION_STYLE[] = "22.10";
static const char DATE[] = "16";
static const char MONTH[] = "03";
static const char YEAR[] = "2023";
static const char UBUNTU_VERSION_STYLE[] = "23.03";

//Software Status
static const char STATUS[] = "Compton";
static const char STATUS_SHORT[] = "";
static const char STATUS[] = "Release Candidate";
static const char STATUS_SHORT[] = "rc";

//Standard Version Type
static const long MAJOR = 1;
static const long MINOR = 1;
static const long BUILD = 4;
static const long REVISION = 697;
static const long BUILD = 5;
static const long REVISION = 700;

//Miscellaneous Version Types
static const long BUILDS_COUNT = 4971;
#define RC_FILEVERSION 1,1,4,697
#define RC_FILEVERSION_STRING "1, 1, 4, 697\0"
static const char FULLVERSION_STRING [] = "1.1.4.697";

//SVN Version
static const char SVN_REVISION[] = "1240";
static const char SVN_DATE[] = "2022-10-15T18:21:14.295587Z";
static const long BUILDS_COUNT = 4983;
#define RC_FILEVERSION 1,1,5,700
#define RC_FILEVERSION_STRING "1, 1, 5, 700\0"
static const char FULLVERSION_STRING [] = "1.1.5.700";

//These values are to keep track of your versioning state, don't modify them.
static const long BUILD_HISTORY = 0;
Expand Down

0 comments on commit 5196e38

Please sign in to comment.