diff options
author | Vincent Ambo <tazjin@googlemail.com> | 2012-03-23T23·34+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@googlemail.com> | 2012-03-23T23·34+0100 |
commit | 7f4761bf7c25d9c99e8ef329678ce20f4026ba75 (patch) | |
tree | 8e54c331966c925623513400bccc8fec8e29fc68 | |
parent | efbec9ff76ada0e59f8fc5c37a4c2734ccbf7ce2 (diff) |
* changed version tag to 3.2
-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 589235cea5da..8041c4178b0f 100644 --- a/src/Locales.hs +++ b/src/Locales.hs @@ -16,7 +16,7 @@ import BlogDB (BlogLang (..)) data BlogError = NotFound | DBError -version = "3.1.2" +version = "3.2" allLang = [EN, DE] |