X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=version.h;h=3818a70675f23d8bf5d5c7c7a3b1e4be719c8855;hb=af0542e5036b997c69ac2758286ebcb43d7ac74a;hp=6246cddb352ab7734c8b773592ae0a211f609513;hpb=4ea52db7ee3ee96c4a02660177e981c775ffc2f3;p=spectrwm.git diff --git a/version.h b/version.h index 6246cdd..3818a70 100644 --- 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 2 -#define SPECTRWM_PATCH 0 +#define SPECTRWM_MAJOR 2 +#define SPECTRWM_MINOR 5 +#define SPECTRWM_PATCH 1 #define SPECTRWM_VERSION SPECTRWM_STRINGIZE(SPECTRWM_MAJOR) "." \ SPECTRWM_STRINGIZE(SPECTRWM_MINOR) "." \ SPECTRWM_STRINGIZE(SPECTRWM_PATCH)