Skip to content

Commit f88b27e

Browse files
vaughanjohnsonJamesCrook
authored andcommitted
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'.
1 parent 26daea0 commit f88b27e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/Audacity.h

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
/**********************************************************************
22
33
Audacity: A Digital Audio Editor
4-
Audacity(R) is copyright (c) 1999-2011 Audacity Team.
4+
Audacity(R) is copyright (c) 1999-2015 Audacity Team.
55
License: GPL v2. See License.txt.
66
77
Audacity.h
88
99
Dominic Mazzoni
1010
Joshua Haberman
11-
et al
11+
Vaughan Johnson
12+
et alii
1213
1314
********************************************************************//*!
1415
@@ -26,12 +27,12 @@
2627
// We only do alpha builds and release versions.
2728
// Most of the time we're in development, so IS_ALPHA should be defined
2829
// to 1.
29-
#define IS_ALPHA 0
30+
#define IS_ALPHA 1
3031

3132
// Increment as appropriate every time we release a new version.
3233
#define AUDACITY_VERSION 2
3334
#define AUDACITY_RELEASE 1
34-
#define AUDACITY_REVISION 0
35+
#define AUDACITY_REVISION 1
3536
#define AUDACITY_MODLEVEL 0
3637

3738
#if IS_ALPHA

0 commit comments

Comments
 (0)