diff options
author | Vincent Ambo <v.ambo@me.com> | 2012-04-25T21·57+0200 |
---|---|---|
committer | Vincent Ambo <v.ambo@me.com> | 2012-04-25T21·57+0200 |
commit | 791d820bd4c611304d415d593342a3171c7e8aec (patch) | |
tree | d9456cf403e6bd6b9db35e65c436de5272d601c2 /src/Locales.hs | |
parent | 520df7957c9af74a874a39f02a9dd8bd3255eeaf (diff) |
* upped version to 3.4
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 e7f87afa466f..8e2149fa7463 100644 --- a/src/Locales.hs +++ b/src/Locales.hs @@ -16,7 +16,7 @@ import BlogDB (BlogLang (..)) data BlogError = NotFound | DBError -version = "3.3.1" +version = "3.4" allLang = [EN, DE] |