diff --git a/CHANGELOG b/CHANGELOG index 8654d9db1..b8fa11938 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +NEXT: + - (optional) static configuration v0.3.0: - full support for Desktop Notification Specification (mandatory parts) - option to select monitor on which notifications are shown diff --git a/config.mk b/config.mk index 9ebe2a16e..0d64009ad 100644 --- a/config.mk +++ b/config.mk @@ -2,7 +2,7 @@ PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man -VERSION="0.3.0" +VERSION="pre-0.4.0" X11INC = /usr/X11R6/include X11LIB = /usr/X11R6/lib