X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=version.h;h=8aff1332c2e76985127a894a42830b42e877d908;hb=66f742ca4870a1458a21732913518c87ac7c9f27;hp=d0eacd3541f29c3adf12c786c6ee9f7bf828da13;hpb=5d85c472a1bbb33bfa6e4760a201f2c3a2ec4355;p=spectrwm.git diff --git a/version.h b/version.h index d0eacd3..8aff133 100644 --- a/version.h +++ b/version.h @@ -23,7 +23,7 @@ #define SPECTRWM_MAJOR 2 #define SPECTRWM_MINOR 1 -#define SPECTRWM_PATCH 0 +#define SPECTRWM_PATCH 1 #define SPECTRWM_VERSION SPECTRWM_STRINGIZE(SPECTRWM_MAJOR) "." \ SPECTRWM_STRINGIZE(SPECTRWM_MINOR) "." \ SPECTRWM_STRINGIZE(SPECTRWM_PATCH)