Prepare for release 1.0.0.

This commit is contained in:
Marco Peereboom 2012-02-17 11:12:33 -06:00
parent f7f28f5248
commit 63341d669c

View file

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