From c57eeb46bc820213ec36b771092daebf9123b6d4 Mon Sep 17 00:00:00 2001
From: James Crook <james.k.crook@gmail.com>
Date: Wed, 30 Dec 2015 09:45:53 +0000
Subject: [PATCH] IS_ALPHA from 1 to 0

---
 src/Audacity.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Audacity.h b/src/Audacity.h
index 1ad029cbb2..32adcee352 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
-- 
GitLab