Sun Sep 10 08:57:47 CEST 2006

(Kim)

--- 0.16.8.4 0.03 ---
Fix build without composite.
Avoid unnecessary library dependencies in eesh and edox. Cleanups.


SVN revision: 25671
This commit is contained in:
Kim Woelders 2006-09-10 06:58:30 +00:00
parent 870989a27e
commit d363bf0c08
2 changed files with 11 additions and 1 deletions

View File

@ -4028,3 +4028,13 @@ Fix live pager updates and pager zooming for sticky windows
(Invalidate named pixmap on reparent).
Fix memory leaks in combined dialog.
Eliminate redundant geometry caching in top-level objects.
-------------------------------------------------------------------------------
Sun Sep 10 08:57:47 CEST 2006
(Kim)
--- 0.16.8.4 0.03 ---
Fix build without composite.
Avoid unnecessary library dependencies in eesh and edox. Cleanups.

View File

@ -3,7 +3,7 @@ AC_INIT(configure.in)
ENLIGHTENMENT_MAJOR=0
ENLIGHTENMENT_MINOR=16
ENLIGHTENMENT_MICRO=8.4
ENLIGHTENMENT_REVISION=0.02
ENLIGHTENMENT_REVISION=0.03
ENLIGHTENMENT_VERSION=$ENLIGHTENMENT_MAJOR.$ENLIGHTENMENT_MINOR.$ENLIGHTENMENT_MICRO
if test "x$ENLIGHTENMENT_REVISION" != "x"; then
ENLIGHTENMENT_REVNAME="$ENLIGHTENMENT_VERSION-$ENLIGHTENMENT_REVISION"