* version bump to 3.5
This commit is contained in:
parent
c5206173e6
commit
92f4aecbee
3 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
Name: TazBlog
|
Name: TazBlog
|
||||||
Version: 3.4
|
Version: 3.5
|
||||||
Synopsis: Tazjin's Blog
|
Synopsis: Tazjin's Blog
|
||||||
License-file: LICENSE
|
License-file: LICENSE
|
||||||
Author: Vincent Ambo
|
Author: Vincent Ambo
|
||||||
|
|
|
@ -40,7 +40,6 @@ show' = pack . show
|
||||||
markdownCutoff :: UTCTime
|
markdownCutoff :: UTCTime
|
||||||
markdownCutoff = fromJust $ parseTime defaultTimeLocale "%s" "1367149834"
|
markdownCutoff = fromJust $ parseTime defaultTimeLocale "%s" "1367149834"
|
||||||
|
|
||||||
data BlogURL = BlogURL
|
|
||||||
|
|
||||||
-- blog CSS (admin is still static)
|
-- blog CSS (admin is still static)
|
||||||
stylesheetSource = $(luciusFile "res/blogstyle.lucius")
|
stylesheetSource = $(luciusFile "res/blogstyle.lucius")
|
||||||
|
|
|
@ -18,7 +18,7 @@ import BlogDB (BlogLang (..))
|
||||||
|
|
||||||
data BlogError = NotFound | DBError
|
data BlogError = NotFound | DBError
|
||||||
|
|
||||||
version = "3.4"
|
version = "3.5"
|
||||||
|
|
||||||
allLang = [EN, DE]
|
allLang = [EN, DE]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue