X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=version.h;h=6246cddb352ab7734c8b773592ae0a211f609513;hb=36e10e1dfb7db4bd6190be8990df27e08ceecb36;hp=cfbae98e5f9d61d1a9e222758b3a68b4009c46f1;hpb=a53197ff96655520858fe34e3b05e158abd3d90b;p=spectrwm.git diff --git a/version.h b/version.h index cfbae98..6246cdd 100644 --- a/version.h +++ b/version.h @@ -22,8 +22,8 @@ #define SPECTRWM_STRINGIZE(x) SPECTRWM_STR(x) #define SPECTRWM_MAJOR 1 -#define SPECTRWM_MINOR 1 -#define SPECTRWM_PATCH 1 +#define SPECTRWM_MINOR 2 +#define SPECTRWM_PATCH 0 #define SPECTRWM_VERSION SPECTRWM_STRINGIZE(SPECTRWM_MAJOR) "." \ SPECTRWM_STRINGIZE(SPECTRWM_MINOR) "." \ SPECTRWM_STRINGIZE(SPECTRWM_PATCH)