From a6f148dae4bfdc759c41143e2e824d303e844069 Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Thu, 4 Sep 2014 02:50:06 +0000 Subject: [PATCH] Turn off IS_ALPHA for release http://wiki.audacityteam.org/wiki/Release_Process#Process step 3.1.1 --- src/Audacity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Audacity.h b/src/Audacity.h index 4f1955602..16a5fb99b 100644 --- a/src/Audacity.h +++ b/src/Audacity.h @@ -26,7 +26,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