about summary refs log tree commit diff
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
parent520df7957c9af74a874a39f02a9dd8bd3255eeaf (diff)
* upped version to 3.4
-rw-r--r--TazBlog.cabal2
-rw-r--r--src/Locales.hs2
2 files changed, 2 insertions, 2 deletions
diff --git a/TazBlog.cabal b/TazBlog.cabal
index 7397701ac827..06378b6f14a1 100644
--- a/TazBlog.cabal
+++ b/TazBlog.cabal
@@ -1,5 +1,5 @@
 Name:                TazBlog
-Version:             3.3.1
+Version:             3.4
 Synopsis:            Tazjin's Blog
 License-file:        LICENSE
 Author:              Vincent Ambo
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]