From 2999b074abe629b56d5986b974fad70a73ffac4c Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Fri, 8 Jul 2016 11:41:00 -0400 Subject: [PATCH] ready to post build mini upgrade --- 4coder_default_include.cpp | 2 -- 4coder_version.h | 2 +- README.txt | 2 +- SUPERREADME.txt | 3 ++- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/4coder_default_include.cpp b/4coder_default_include.cpp index 6b9159ff..17953034 100644 --- a/4coder_default_include.cpp +++ b/4coder_default_include.cpp @@ -1536,8 +1536,6 @@ standard_build_search(Application_Links *app, } dir->size = old_size; - app->print_message(app, literal("C\n")); - if (app->directory_cd(app, dir->str, &dir->size, dir->memory_size, literal("..")) == 0){ if (perform_backup){ dir->size = app->directory_get_hot(app, dir->str, dir->memory_size); diff --git a/4coder_version.h b/4coder_version.h index 25a13817..024273b1 100644 --- a/4coder_version.h +++ b/4coder_version.h @@ -1,6 +1,6 @@ #define MAJOR 4 #define MINOR 0 -#define PATCH 10 +#define PATCH 9 #define VN__(a,b,c) #a"."#b"."#c #define VN_(a,b,c) VN__(a,b,c) diff --git a/README.txt b/README.txt index c984fd26..22f2f316 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -Distribution Date: 6.7.2016 (dd.mm.yyyy) +Distribution Date: 8.7.2016 (dd.mm.yyyy) Thank you for contributing to the 4coder project! diff --git a/SUPERREADME.txt b/SUPERREADME.txt index 65b2e155..474894ee 100644 --- a/SUPERREADME.txt +++ b/SUPERREADME.txt @@ -1,4 +1,4 @@ -Distribution Date: 6.7.2016 (dd.mm.yyyy) +Distribution Date: 8.7.2016 (dd.mm.yyyy) Thank you for contributing to the 4coder project! @@ -29,3 +29,4 @@ I am deprecating this readme file now. A much better documentation than what I provide here is now provided in 4coder_API.html. This is the last version that will feature SUPERREADME. +u \ No newline at end of file