SVN revision: 50254
This commit is contained in:
Kim Woelders 2010-07-14 19:38:32 +00:00
parent 2c8b653ccf
commit 9f8d37ed97
2 changed files with 8 additions and 2 deletions

View File

@ -14,3 +14,9 @@ Remove duplicate fonts, put all fonts in ttfonts/.
--- 1.0.0 ---
Rename font configuration files to match e16 changes. Remove obsolete localised ones.
BrushedMetal-Tigert: Remove reference to non-existing synclaves.wav.
--- 1.0.1 ---
Autofoo cleanups, switch to non-deprecated macros.
Remove use of font-*-italic (only used by Ganymede).
Ganymede: Remove incorrect __FLAGS in transient border.
ShinyMetal: Fix backgrounds.

View File

@ -1,5 +1,5 @@
m4_define([pkg_version], [1.0.0])
m4_define([pkg_revision], [000])
m4_define([pkg_version], [1.0.1])
dnl m4_define([pkg_revision], [000])
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]))