about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorVincent Ambo <v.ambo@me.com>2012-04-25T21·57+0200
committerVincent Ambo <v.ambo@me.com>2012-04-25T21·57+0200
commit791d820bd4c611304d415d593342a3171c7e8aec (patch)
treed9456cf403e6bd6b9db35e65c436de5272d601c2 /src
parent520df7957c9af74a874a39f02a9dd8bd3255eeaf (diff)
* upped version to 3.4
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 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]