get prepare for v0.6.0

This commit is contained in:
ChunEon Park 2015-06-23 21:38:16 +09:00
parent 366732c761
commit b4a80c112d
3 changed files with 3 additions and 3 deletions

2
README
View File

@ -1,4 +1,4 @@
[Enventor v0.5.0]
[Enventor v0.6.0]
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 mature script editor does is a bit premature, but considering it's young age, it does a lot.

View File

@ -1,7 +1,7 @@
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_define([v_maj], [0])
m4_define([v_min], [5])
m4_define([v_min], [6])
m4_define([v_mic], [0])
#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

View File

@ -1,4 +1,4 @@
<font_size=11><b>[Enventor v0.5.0]</b></font_size>
<font_size=11><b>[Enventor v0.6.0]</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.