From: Marco Peereboom Date: Tue, 31 Jul 2012 19:06:46 +0000 (-0500) Subject: add BETA for now X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=c4165039767fd6be2445e275881346a4e181afff;p=spectrwm.git add BETA for now --- 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