Prepare for release 2.1.0.

This commit is contained in:
Marco Peereboom 2012-10-30 11:19:26 -05:00
parent a02a15fb5d
commit 5d85c472a1

View file

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