about summary refs log tree commit diff
path: root/src/Locales.hs
diff options
context:
space:
mode:
authorVincent Ambo <v.ambo@me.com>2012-03-22T19·58+0100
committerVincent Ambo <v.ambo@me.com>2012-03-22T19·58+0100
commit87924c405dd6b321f3ba79e02ef89e4b37dd3387 (patch)
tree8855577764faa620951154daced5cb91d0b0f3ba /src/Locales.hs
parentac1a4ddcb0ab107fbe8e1901ef0d72a11ca69a9d (diff)
version 3.1.1:
* added background texture for .middle
* removed accidental </br> which caused W3 validation to fail

New design is now complete.

--HG--
rename : res/ios-linen.jpg => res/hbg.jpg
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 b73321f4f60b..a3adaa517976 100644
--- a/src/Locales.hs
+++ b/src/Locales.hs
@@ -13,7 +13,7 @@ import    BlogDB (BlogLang (..))
 
 data BlogError = NotFound | DBError
 
-version = "3.1"
+version = "3.1.1"
 
 allLang = [EN, DE]