From: Marco Peereboom Date: Wed, 8 Feb 2012 18:31:58 +0000 (-0600) Subject: Prepare for release 0.11.0. X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=4fb8103b11eb703db91c4589bb2c721d74d05fbf;p=spectrwm.git Prepare for release 0.11.0. --- diff --git a/version.h b/version.h index 6ea92a7..83efea9 100644 --- a/version.h +++ b/version.h @@ -22,7 +22,7 @@ #define SCROTWM_STRINGIZE(x) SCROTWM_STR(x) #define SCROTWM_MAJOR 0 -#define SCROTWM_MINOR 10 +#define SCROTWM_MINOR 11 #define SCROTWM_PATCH 0 #define SCROTWM_VERSION SCROTWM_STRINGIZE(SCROTWM_MAJOR) "." \ SCROTWM_STRINGIZE(SCROTWM_MINOR) "." \