From 60529e4a9e3f597ac9da44ba1cd0c402c9a1eb7d Mon Sep 17 00:00:00 2001 From: James Crook Date: Mon, 29 Jun 2015 00:31:44 +0100 Subject: [PATCH] 2.1.1. IS_ALPHA -> 0 Preparation for RC1 for 2.1.1. --- src/Audacity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Audacity.h b/src/Audacity.h index eb50d071f..e4341cc0d 100644 --- a/src/Audacity.h +++ b/src/Audacity.h @@ -27,7 +27,7 @@ // We only do alpha builds and release versions. // Most of the time we're in development, so IS_ALPHA should be defined // to 1. -#define IS_ALPHA 1 +#define IS_ALPHA 0 // Increment as appropriate every time we release a new version. #define AUDACITY_VERSION 2