1.0.11.002.

SVN revision: 84320
This commit is contained in:
Kim Woelders 2013-02-23 11:35:51 +00:00
parent d4f1cd6a78
commit 230bd9a2d6
2 changed files with 10 additions and 1 deletions

View File

@ -5690,3 +5690,12 @@ Cosmetic change around TimersRunNextIn().
Switch default sound support to pulseaudio/libsndfile.
Run composite rendering to screen separately from animators/idlers/timers.
-------------------------------------------------------------------------------
Sat Feb 23 09:46:40 CET 2013
--- 1.0.11.002 ---
Fix intended centering on parent of unplaced dialogs.
Fix some issues reported by clang.
Build silently (use AM_SILENT_RULES).
Fix using e16 with xcompmgr.

View File

@ -1,5 +1,5 @@
m4_define([pkg_version], [1.0.11])
m4_define([pkg_revision], [001])
m4_define([pkg_revision], [002])
m4_define([pkg_version], m4_ifdef([pkg_revision], [pkg_version.pkg_revision], [pkg_version]))
m4_define([rpm_revision], m4_ifdef([pkg_revision], ["0.%(date '+%y%m%d')"], [1]))