about summary refs log tree commit diff
path: root/src/Locales.hs
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@googlemail.com>2012-04-04T02·13+0200
committerVincent Ambo <tazjin@googlemail.com>2012-04-04T02·13+0200
commitd1297a50b53317c381f7ff9a1146fe8a314ac0bc (patch)
tree9696ab89b7880d410a2537174fff275da0bce77e /src/Locales.hs
parentd15a01007ee50d5b7c75a186b6c4d72fc47b45b7 (diff)
* typo in cabal file
Diffstat (limited to 'src/Locales.hs')
-rw-r--r--src/Locales.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Locales.hs b/src/Locales.hs
index b49434303658..e7f87afa466f 100644
--- a/src/Locales.hs
+++ b/src/Locales.hs
@@ -16,7 +16,7 @@ import    BlogDB (BlogLang (..))
 
 data BlogError = NotFound | DBError
 
-version = "3.3"
+version = "3.3.1"
 
 allLang = [EN, DE]