Skip to content

Commit

Permalink
Bump version to 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slotThe committed Feb 3, 2024
1 parent d54d37e commit c65ea8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log / Release Notes

## _unreleased_
## 0.18.0 (February 3, 2024)

### Breaking Changes

Expand Down
6 changes: 3 additions & 3 deletions xmonad-contrib.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: xmonad-contrib
version: 0.17.1.9
version: 0.18.0
-- ^ also update cpp-options: -DXMONAD_CONTRIB_VERSION_*

homepage: https://xmonad.org/
Expand Down Expand Up @@ -71,8 +71,8 @@ library
default-language: Haskell2010

cpp-options: -DXMONAD_CONTRIB_VERSION_MAJOR=0
-DXMONAD_CONTRIB_VERSION_MINOR=17
-DXMONAD_CONTRIB_VERSION_PATCH=1
-DXMONAD_CONTRIB_VERSION_MINOR=18
-DXMONAD_CONTRIB_VERSION_PATCH=0
ghc-options: -Wall -Wno-unused-do-bind

if flag(pedantic)
Expand Down

0 comments on commit c65ea8d

Please sign in to comment.