mirror of
https://github.com/urbit/shrub.git
synced 2025-01-02 09:32:29 +03:00
Merge pull request #1175 from urbit/hotfix-prep
prepare hotfix branch for release
This commit is contained in:
commit
999a11f85f
@ -1 +1 @@
|
||||
d318b2cfcf33ac41aeaacb03e8b5593f8eb5e690
|
||||
7aaf5fa815f93b01978f42663163f75d8175ad1c
|
||||
|
@ -236,7 +236,7 @@ endforeach
|
||||
incdir = include_directories('include/')
|
||||
|
||||
conf_data = configuration_data()
|
||||
conf_data.set('URBIT_VERSION', '"0.7.0"')
|
||||
conf_data.set('URBIT_VERSION', '"0.7.1"')
|
||||
conf_data.set('U3_MEMORY_DEBUG', get_option('gc'))
|
||||
conf_data.set('U3_CPU_DEBUG', get_option('prof'))
|
||||
conf_data.set('U3_EVENT_TIME_DEBUG', get_option('event-time'))
|
||||
|
@ -978,7 +978,7 @@ _sist_rest()
|
||||
"and do not delete your pier!\n"));
|
||||
u3_lo_bail();
|
||||
}
|
||||
uL(fprintf(uH, "rest: checkpoint is up-to-date\n", ful_c));
|
||||
uL(fprintf(uH, "rest: checkpoint is up-to-date\n"));
|
||||
}
|
||||
else {
|
||||
// Execute the fscking things. This is pretty much certain to crash.
|
||||
|
Loading…
Reference in New Issue
Block a user