Prepare for release 2.6.0.

This commit is contained in:
Marco Peereboom 2014-08-22 14:12:58 -05:00
parent 7a60eacaab
commit 274cbd3209

View file

@ -22,8 +22,8 @@
#define SPECTRWM_STRINGIZE(x) SPECTRWM_STR(x)
#define SPECTRWM_MAJOR 2
#define SPECTRWM_MINOR 5
#define SPECTRWM_PATCH 1
#define SPECTRWM_MINOR 6
#define SPECTRWM_PATCH 0
#define SPECTRWM_VERSION SPECTRWM_STRINGIZE(SPECTRWM_MAJOR) "." \
SPECTRWM_STRINGIZE(SPECTRWM_MINOR) "." \
SPECTRWM_STRINGIZE(SPECTRWM_PATCH)