Bump version number (0.17.0), update date in changelog

This commit is contained in:
Tomas Janousek 2021-10-27 17:00:33 +01:00
parent a7ccfe61f3
commit 585558bfb0
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Change Log / Release Notes
## 0.17.0 (October ??, 2021)
## 0.17.0 (October 27, 2021)
### Breaking Changes

View File

@ -1,5 +1,5 @@
name: xmonad-contrib
version: 0.16.999
version: 0.17.0
-- ^ also update cpp-options: -DXMONAD_CONTRIB_VERSION_*
homepage: https://xmonad.org/
@ -64,8 +64,8 @@ library
utf8-string
cpp-options: -DXMONAD_CONTRIB_VERSION_MAJOR=0
-DXMONAD_CONTRIB_VERSION_MINOR=16
-DXMONAD_CONTRIB_VERSION_PATCH=999
-DXMONAD_CONTRIB_VERSION_MINOR=17
-DXMONAD_CONTRIB_VERSION_PATCH=0
ghc-options: -Wall -Wno-unused-do-bind
if flag(pedantic)