hermet pushed a commit to branch enventor-0.4. http://git.enlightenment.org/tools/enventor.git/commit/?id=c90daa542353bbf7023254bdc05e4552d2f1f821
commit c90daa542353bbf7023254bdc05e4552d2f1f821 Author: ChunEon Park <[email protected]> Date: Tue Nov 11 11:40:17 2014 +0900 bump version up 0.4.1 --- NEWS | 8 +++++++- README | 2 +- configure.ac | 2 +- data/about/ABOUT | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 36c8653..694fbb7 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,13 @@ ============== -Enventor 0.4.0 +Enventor 0.4.1 ============== +Changes since Enventor 0.4.0: +--------------------------- + +Fixes: + * Fix build package dependency. + Changes since Enventor 0.3.0: --------------------------- diff --git a/README b/README index 4a78bca..e135576 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -[Enventor v0.4.0] +[Enventor v0.4.1] This is an EDC editor with some convenient functions. It's brand new and was only started near the begining of June 2013, so expecting it to do everything a diff --git a/configure.ac b/configure.ac index 837138e..aaa22b1 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## m4_define([v_maj], [0]) m4_define([v_min], [4]) -m4_define([v_mic], [0]) +m4_define([v_mic], [1]) #m4_define([v_rev], m4_esyscmd([(git rev-list --count HEAD 2>/dev/null || echo 0) | tr -d '\n']))dnl ##-- When released, remove the dnl on the below line dnl m4_undefine([v_rev]) diff --git a/data/about/ABOUT b/data/about/ABOUT index 2ab15c3..6c63d66 100644 --- a/data/about/ABOUT +++ b/data/about/ABOUT @@ -1,4 +1,4 @@ -<font_size=11><b>[Enventor v0.4.0]</b></font_size> +<font_size=11><b>[Enventor v0.4.1]</b></font_size> This is an EDC editor with some convenient functions. It's band new and was only started near the begining of June 2013, so expecting it to do everything a mature script editor does is a bit premature, but considering it's young age, it does a lot. --
