From 92f4aecbeee38f44b8f842df936d5633613f35a9 Mon Sep 17 00:00:00 2001 From: "\"Vincent Ambo ext:(%22)" Date: Sun, 28 Apr 2013 14:49:38 +0200 Subject: [PATCH] * version bump to 3.5 --- TazBlog.cabal | 2 +- src/Blog.hs | 1 - src/Locales.hs | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/TazBlog.cabal b/TazBlog.cabal index 63f9ad75e..1295363f6 100644 --- a/TazBlog.cabal +++ b/TazBlog.cabal @@ -1,5 +1,5 @@ Name: TazBlog -Version: 3.4 +Version: 3.5 Synopsis: Tazjin's Blog License-file: LICENSE Author: Vincent Ambo diff --git a/src/Blog.hs b/src/Blog.hs index e999d18fa..83a70bdfb 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 351485943..035ecd003 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]