X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=version.h;h=c9c856d4132888f64c18aec4f1e8656cdc3d496a;hb=972d8078dac803b2896f7bfb3958d9e801e3321a;hp=cfbae98e5f9d61d1a9e222758b3a68b4009c46f1;hpb=a53197ff96655520858fe34e3b05e158abd3d90b;p=spectrwm.git diff --git a/version.h b/version.h index cfbae98..c9c856d 100644 --- a/version.h +++ b/version.h @@ -23,7 +23,7 @@ #define SPECTRWM_MAJOR 1 #define SPECTRWM_MINOR 1 -#define SPECTRWM_PATCH 1 +#define SPECTRWM_PATCH 2 #define SPECTRWM_VERSION SPECTRWM_STRINGIZE(SPECTRWM_MAJOR) "." \ SPECTRWM_STRINGIZE(SPECTRWM_MINOR) "." \ SPECTRWM_STRINGIZE(SPECTRWM_PATCH)