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