diff --git a/NEWS b/NEWS index c21e4d7..c2d1980 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,13 @@ ============== -Enventor 0.8.0 +Enventor 0.8.1 ============== +Changes since Enventor 0.8.0: +----------------------------- + +Fixes: + * Fix package build issue. + Changes since Enventor 0.7.0: ----------------------------- diff --git a/README b/README index 466eafe..abeaf08 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -[Enventor v0.8.0] +[Enventor v0.8.1] This is an EDC editor with some convenient functions. It was started near the begining of June 2013, so expecting it to do everything a mature script editor does is a bit premature. However, considering its young age, it does a lot. diff --git a/configure.ac b/configure.ac index 2808910..4235142 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## m4_define([v_maj], [0]) m4_define([v_min], [8]) -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 ced67e3..6f1d56b 100644 --- a/data/about/ABOUT +++ b/data/about/ABOUT @@ -1,4 +1,4 @@ -[Enventor v0.8.0]
+[Enventor v0.8.1]

This is an EDC editor with some convenient functions. It was started near the begining of June 2013, so expecting it to do everything a mature script editor does is a bit premature. However, considering its young age, it does a lot.