JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Fix focus when switching to an inactive workspace with a new window.
[spectrwm.git] / version.h
index c9c856d..f6b068e 100644 (file)
--- a/version.h
+++ b/version.h
@@ -21,9 +21,9 @@
 #define SPECTRWM_STR(x)                #x
 #define SPECTRWM_STRINGIZE(x)  SPECTRWM_STR(x)
 
-#define SPECTRWM_MAJOR         1
-#define SPECTRWM_MINOR         1
-#define SPECTRWM_PATCH         2
+#define SPECTRWM_MAJOR         2
+#define SPECTRWM_MINOR         2
+#define SPECTRWM_PATCH         0
 #define SPECTRWM_VERSION               SPECTRWM_STRINGIZE(SPECTRWM_MAJOR) "." \
                                SPECTRWM_STRINGIZE(SPECTRWM_MINOR) "." \
                                SPECTRWM_STRINGIZE(SPECTRWM_PATCH)