Prepare for release 3.0.0.

This commit is contained in:
Marco Peereboom 2016-05-02 17:32:42 -05:00
parent ab4a7e9f2f
commit 98659e296b

View file

@ -21,9 +21,9 @@
#define SPECTRWM_STR(x) #x
#define SPECTRWM_STRINGIZE(x) SPECTRWM_STR(x)
#define SPECTRWM_MAJOR 2
#define SPECTRWM_MINOR 7
#define SPECTRWM_PATCH 2
#define SPECTRWM_MAJOR 3
#define SPECTRWM_MINOR 0
#define SPECTRWM_PATCH 0
#define SPECTRWM_VERSION SPECTRWM_STRINGIZE(SPECTRWM_MAJOR) "." \
SPECTRWM_STRINGIZE(SPECTRWM_MINOR) "." \
SPECTRWM_STRINGIZE(SPECTRWM_PATCH)