From 163b84528453984bb788bb8448d9450470dbde6e Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Tue, 14 Feb 2012 20:01:46 +0000 Subject: [PATCH] Set IS_ALPHA back on, as we are delaying 2.0 freeze by 24 hours. But it's not a BETA any longer! --- src/Audacity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Audacity.h b/src/Audacity.h index 67cd20d6b..b4187d520 100644 --- a/src/Audacity.h +++ b/src/Audacity.h @@ -30,7 +30,7 @@ // alphas of a stable release, typically the nightly builds. // Most of the time we're in development, so IS_ALPHA should be defined // to 1. -#define IS_ALPHA 0 +#define IS_ALPHA 1 // Increment as appropriate every time we release a new version. #define AUDACITY_VERSION 2