diff options
author | Vincent Ambo <tazjin@gmail.com> | 2013-10-14T06·34+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2013-10-14T06·34+0200 |
commit | fef78b55fa5d6f6c42b798e298608faba9dffa73 (patch) | |
tree | 754078d15721faf3724bf588cc30709ccd026658 /src/Locales.hs | |
parent | 008e333146f0dfc9a8dfe3ec7d0598764c3f068c (diff) |
Removed comments
Diffstat (limited to 'src/Locales.hs')
-rw-r--r-- | src/Locales.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Locales.hs b/src/Locales.hs index 34d3fadf25d0..7fd874c1d07f 100644 --- a/src/Locales.hs +++ b/src/Locales.hs @@ -18,7 +18,7 @@ import BlogDB (BlogLang (..)) data BlogError = NotFound | DBError -version = "4.0" +version = "4.1" allLang = [EN, DE] |