diff options
author | Roy Marples <roy@marples.name> | 2007-05-04 15:15:11 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-05-04 15:15:11 +0000 |
commit | fdf07f69a1642983dae79ac0f6744df52395ad26 (patch) | |
tree | 9704f555ed5a9a798efa3ea049221504f6c44e7d /Makefile | |
parent | 2fd8225c6ae47e13956deb7b0aa8c838be243a86 (diff) |
Fix unicode keymaps, #173528.
Some fonts show the currency symbol instead of the Euro when doing
AltGr-E, so we provide an easy setting to fix this. Release alpha2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ SUBDIRS = conf.d etc init.d man net sh share src NAME = baselayout -VERSION = 2.0.0_alpha1 +VERSION = 2.0.0_alpha2 PKG = $(NAME)-$(VERSION) |