Audacity.h: Upped version and back to IsAlpha

Also updated copyright comments.  1999-2015 rather than 1999-2011.  Vaughan Johnson now listed as contributor to this file.  'et al' corrected to 'et alii'.
This commit is contained in:
Vaughan Johnson 2015-04-07 21:40:02 +01:00 committed by James Crook
parent 26daea02e4
commit f88b27e6d8

View File

@ -1,14 +1,15 @@
/**********************************************************************
Audacity: A Digital Audio Editor
Audacity(R) is copyright (c) 1999-2011 Audacity Team.
Audacity(R) is copyright (c) 1999-2015 Audacity Team.
License: GPL v2. See License.txt.
Audacity.h
Dominic Mazzoni
Joshua Haberman
et al
Vaughan Johnson
et alii
********************************************************************//*!
@ -26,12 +27,12 @@
// 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 0
#define IS_ALPHA 1
// Increment as appropriate every time we release a new version.
#define AUDACITY_VERSION 2
#define AUDACITY_RELEASE 1
#define AUDACITY_REVISION 0
#define AUDACITY_REVISION 1
#define AUDACITY_MODLEVEL 0
#if IS_ALPHA