X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=spectrwm.c;h=46a7983c26674f30d4ae6fc3c7e21c934f17bdd1;hb=c4165039767fd6be2445e275881346a4e181afff;hp=7d2d1a8df1e97ac3b844d3629f69cc8394dc5bfe;hpb=599608ec7084d5cc6ccc556e00e6a55c9c780d35;p=spectrwm.git diff --git a/spectrwm.c b/spectrwm.c index 7d2d1a8..46a7983 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -106,6 +106,10 @@ #include #endif +/* XXX REMOVE FOR 2.0 */ +#undef SPECTRWM_BUILDSTR +#define SPECTRWM_BUILDSTR "BETA" + #ifdef SPECTRWM_BUILDSTR static const char *buildstr = SPECTRWM_BUILDSTR; #else