* version bump to 3.5

This commit is contained in:
"Vincent Ambo ext:(%22) 2013-04-28 14:49:38 +02:00
parent c5206173e6
commit 92f4aecbee
3 changed files with 2 additions and 3 deletions

View file

@ -1,5 +1,5 @@
Name: TazBlog
Version: 3.4
Version: 3.5
Synopsis: Tazjin's Blog
License-file: LICENSE
Author: Vincent Ambo

View file

@ -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")

View file

@ -18,7 +18,7 @@ import BlogDB (BlogLang (..))
data BlogError = NotFound | DBError
version = "3.4"
version = "3.5"
allLang = [EN, DE]