Bump version to 0.9.1

This commit is contained in:
Spencer Janssen 2009-12-16 23:26:34 +00:00
parent e806fe9bc8
commit d7cac6d70c

View File

@ -1,5 +1,5 @@
name: xmonad-contrib
version: 0.9
version: 0.9.1
homepage: http://xmonad.org/
synopsis: Third party extensions for xmonad
description:
@ -49,7 +49,7 @@ library
extensions: ForeignFunctionInterface
cpp-options: -DXFT
build-depends: mtl, unix, X11>=1.5.0.0 && < 1.6, xmonad>=0.9, xmonad<1, utf8-string
build-depends: mtl, unix, X11>=1.5.0.0 && < 1.6, xmonad>=0.9.1, xmonad<0.10, utf8-string
ghc-options: -fwarn-tabs -Wall
extensions: ForeignFunctionInterface