diff options
author | Eduardo Chappa <chappa@washington.edu> | 2013-09-15 20:38:32 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2013-09-15 20:38:32 -0600 |
commit | 48e1f5018f9d324c1ebce3ea627db50fe03a2134 (patch) | |
tree | 163db8aedac51e6aeb231fcb8ab5a0d124b265a2 /po | |
parent | 1de2a1f9a4cc3b9496e836f9487c721526b4add1 (diff) | |
download | alpine-48e1f5018f9d324c1ebce3ea627db50fe03a2134.tar.xz |
* I had copied some code incorrectly in the fix for the issue about
transformation of dates in locales to utf-8, this made the fix
worse than then problem. Now it got fixed. This was reported by
Werner Scheinast.
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile.in b/po/Makefile.in index 8949197d..b4682559 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -11,7 +11,7 @@ # Origin: gettext-0.16 PACKAGE = alpine -VERSION = 2.11.4 +VERSION = 2.11.5 PACKAGE_BUGREPORT = chappa@washington.edu SHELL = /bin/sh |