about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@googlemail.com>2012-03-23T23·34+0100
committerVincent Ambo <tazjin@googlemail.com>2012-03-23T23·34+0100
commit7f4761bf7c25d9c99e8ef329678ce20f4026ba75 (patch)
tree8e54c331966c925623513400bccc8fec8e29fc68 /src
parentefbec9ff76ada0e59f8fc5c37a4c2734ccbf7ce2 (diff)
* changed version tag to 3.2
Diffstat (limited to 'src')
-rw-r--r--src/Locales.hs2
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]