Skip to content

Commit

Permalink
Version bump to 0.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Nov 23, 2008
1 parent aa769ec commit 2198df3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gitit.hs
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import System.Exit
import Text.Highlighting.Kate import Text.Highlighting.Kate


gititVersion :: String gititVersion :: String
gititVersion = "0.3" gititVersion = "0.3.1"


main :: IO () main :: IO ()
main = do main = do
Expand Down
4 changes: 2 additions & 2 deletions gitit.cabal
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
name: gitit name: gitit
version: 0.3 version: 0.3.1
Cabal-version: >= 1.2 Cabal-version: >= 1.2
build-type: Simple build-type: Simple
synopsis: Wiki using HAppS, git, and pandoc. synopsis: Wiki using HAppS, git, and pandoc.
Expand Down Expand Up @@ -46,7 +46,7 @@ Executable gitit
network, old-time, highlighting-kate, bytestring, network, old-time, highlighting-kate, bytestring,
utf8-string, HAppS-Server >= 0.9.3 && < 0.9.4, utf8-string, HAppS-Server >= 0.9.3 && < 0.9.4,
HAppS-State >= 0.9.3 && < 0.9.4, HAppS-State >= 0.9.3 && < 0.9.4,
HAppS-Data >= 0.9.3 && < 0.9.4, Crypto, HTTP HAppS-Data >= 0.9.3 && < 0.9.4, SHA > 1, HTTP
if impl(ghc >= 6.10) if impl(ghc >= 6.10)
build-depends: base >= 4, syb build-depends: base >= 4, syb
ghc-options: -Wall -threaded ghc-options: -Wall -threaded
Expand Down

0 comments on commit 2198df3

Please sign in to comment.