diff --git a/debian/changelog b/debian/changelog index 3aaad5c233..47cafdcfef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 12 Oct 2017 17:11:53 -0700 + -- Keaton Dunsford Fri, 8 Jun 2018 14:31:08 -0700 diff --git a/meson.build b/meson.build index 824ac4fd22..e89ab07933 100644 --- a/meson.build +++ b/meson.build @@ -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']