From 20ad2a7a6f40a47e110dc9290e09119fc51a1eb1 Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Fri, 11 Oct 2013 18:46:46 +0000 Subject: [PATCH] #define IS_ALPHA 0 --- src/Audacity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Audacity.h b/src/Audacity.h index 283daad9c..2f9188e1e 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