From 42191828268aaa735e655cb3077f7318c94359d8 Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Sat, 10 Feb 2018 21:01:26 +0000 Subject: [PATCH] develop is now heading to 0.8 --- NEWS | 13 +++++++++++-- meson.build | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index ba45217..b7ed469 100644 --- a/NEWS +++ b/NEWS @@ -1,14 +1,23 @@ ======= -Edi 0.7 +Edi 0.8 ======= Features: * Added theme support and new themes. * Added editor translucency option. + + +======= +Edi 0.7 +======= + +Features: + * Added notification support. * Added split-view option for editors. - * Project wizard and new project templates. + * Updated project wizard and added new project templates. + * Include EFL examples in project wizard. * Improved debugging support. * Added edi_scm helper command. * Replace all in project. diff --git a/meson.build b/meson.build index 2800a46..4f23439 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'edi', 'c', - version : '0.6.99', + version : '0.7.99', default_options: [ 'c_std=gnu99', 'warning_level=2' ], meson_version : '>= 0.39.0')