diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2014-08-04 19:55:11 +0200 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2014-08-04 19:55:11 +0200 |
commit | d18b67c847bf15413bd0e6f3ee317b56b5bfde7d (patch) | |
tree | 5cb9bf015723f0aefc567b42496a36ac17b72332 | |
parent | 22d800a40c54979ac345e470f8dc0044274922d7 (diff) |
release: Update NEWS and bump version for 1.11.0-beta1 releasev1.11.0-beta1
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -40,6 +40,8 @@ Fixes: | |||
40 | * fix notification theme to not clip text | 40 | * fix notification theme to not clip text |
41 | * map: Add missing legacy API into legacy header | 41 | * map: Add missing legacy API into legacy header |
42 | * elc_naviframe: Fix warning caused by elm_obj_layout_signal_emit override function in naviframe | 42 | * elc_naviframe: Fix warning caused by elm_obj_layout_signal_emit override function in naviframe |
43 | * ctxpopup: fix arrow geometry set. | ||
44 | * ctxpopup: Fix wrong popup size. | ||
43 | 45 | ||
44 | Changes since Elementary 1.9.0: | 46 | Changes since Elementary 1.9.0: |
45 | ------------------------------- | 47 | ------------------------------- |
diff --git a/configure.ac b/configure.ac index c1971adb5..293482434 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | EFL_VERSION([1], [11], [0], [release]) | 1 | EFL_VERSION([1], [11], [0], [release]) |
2 | AC_INIT([elementary], [efl_version-alpha1], [enlightenment-devel@lists.sourceforge.net]) | 2 | AC_INIT([elementary], [efl_version-beta1], [enlightenment-devel@lists.sourceforge.net]) |
3 | 3 | ||
4 | AC_PREREQ(2.60) | 4 | AC_PREREQ(2.60) |
5 | AC_CONFIG_SRCDIR([configure.ac]) | 5 | AC_CONFIG_SRCDIR([configure.ac]) |