JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Fix manual focus mode sometimes switching region with pointer motion.
[spectrwm.git] / version.h
index 6e06954..8aff133 100644 (file)
--- a/version.h
+++ b/version.h
@@ -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         1
 #define SPECTRWM_VERSION               SPECTRWM_STRINGIZE(SPECTRWM_MAJOR) "." \
                                SPECTRWM_STRINGIZE(SPECTRWM_MINOR) "." \
                                SPECTRWM_STRINGIZE(SPECTRWM_PATCH)