ready to post build mini upgrade
parent
d39db6e5bf
commit
2999b074ab
|
@ -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);
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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!
|
||||
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue