diff --git a/Projects/CodeBlocks/SleepyHead.cbp b/Projects/CodeBlocks/SleepyHead.cbp index ae5537c8..8f2808c1 100644 --- a/Projects/CodeBlocks/SleepyHead.cbp +++ b/Projects/CodeBlocks/SleepyHead.cbp @@ -105,6 +105,8 @@ + + diff --git a/Projects/CodeBlocks/SleepyHead.depend b/Projects/CodeBlocks/SleepyHead.depend index 4649ba58..f47e8db1 100644 --- a/Projects/CodeBlocks/SleepyHead.depend +++ b/Projects/CodeBlocks/SleepyHead.depend @@ -8307,7 +8307,7 @@ -1307876090 /home/mark/projects/git/sleepyhead/src/version.h +1307878622 /home/mark/projects/git/sleepyhead/src/version.h 1307627540 /home/mark/projects/git/sleepyhead/src/libs/sleeplib/prs1_loader.h "machine.h" diff --git a/Projects/CodeBlocks/SleepyHead.layout b/Projects/CodeBlocks/SleepyHead.layout index 1f8cebd2..0351e873 100644 --- a/Projects/CodeBlocks/SleepyHead.layout +++ b/Projects/CodeBlocks/SleepyHead.layout @@ -1,8 +1,8 @@ - - - + + + @@ -19,11 +19,11 @@ - - + + - + diff --git a/src/version.h b/src/version.h index b62c3fe5..2c414541 100644 --- a/src/version.h +++ b/src/version.h @@ -16,14 +16,14 @@ namespace AutoVersion{ //Standard Version Type static const long MAJOR = 0; static const long MINOR = 7; - static const long BUILD = 5213; - static const long REVISION = 11763; + static const long BUILD = 5214; + static const long REVISION = 11765; //Miscellaneous Version Types - static const long BUILDS_COUNT = 4911; - #define RC_FILEVERSION 0,7,5213,11763 - #define RC_FILEVERSION_STRING "0, 7, 5213, 11763\0" - static const char FULLVERSION_STRING[] = "0.7.5213.11763"; + static const long BUILDS_COUNT = 4917; + #define RC_FILEVERSION 0,7,5214,11765 + #define RC_FILEVERSION_STRING "0, 7, 5214, 11765\0" + static const char FULLVERSION_STRING[] = "0.7.5214.11765"; //These values are to keep track of your versioning state, don't modify them. static const long BUILD_HISTORY = 0;