about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Blog.hs1
-rw-r--r--src/Locales.hs2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/Blog.hs b/src/Blog.hs
index e999d18fad10..83a70bdfb758 100644
--- a/src/Blog.hs
+++ b/src/Blog.hs
@@ -40,7 +40,6 @@ show' = pack . show
 markdownCutoff :: UTCTime
 markdownCutoff = fromJust $ parseTime defaultTimeLocale "%s" "1367149834"
 
-data BlogURL = BlogURL
 
 -- blog CSS (admin is still static)
 stylesheetSource = $(luciusFile "res/blogstyle.lucius")
diff --git a/src/Locales.hs b/src/Locales.hs
index 351485943725..035ecd003045 100644
--- a/src/Locales.hs
+++ b/src/Locales.hs
@@ -18,7 +18,7 @@ import           BlogDB      (BlogLang (..))
 
 data BlogError = NotFound | DBError
 
-version = "3.4"
+version = "3.5"
 
 allLang = [EN, DE]