Merge pull request #997 from urbit/0-6-0

Bump Vere version to version 0.6.0
This commit is contained in:
Keaton Dunsford 2018-06-08 14:43:11 -07:00 committed by GitHub
commit ba709ca8c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
debian/changelog vendored
View File

@ -1,5 +1,5 @@
urbit (0.5-1) unstable; urgency=medium
urbit (0.6-0) unstable; urgency=high
* hoon %143; new boot sequence; %jael support
* Memory-allocation bug fix in _box_slot in Vere. Breaking change.
-- Ted Blackman <ted@tlon.io> Thu, 12 Oct 2017 17:11:53 -0700
-- Keaton Dunsford <keaton@tlon.io> Fri, 8 Jun 2018 14:31:08 -0700

View File

@ -222,7 +222,7 @@ endforeach
incdir = include_directories('include/')
conf_data = configuration_data()
conf_data.set('URBIT_VERSION', '"0.5.1"')
conf_data.set('URBIT_VERSION', '"0.6.0"')
osdet = build_machine.system()
os_c_flags = ['-funsigned-char','-ffast-math']