1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-16 17:41:14 +01:00

Still alpha, but TADA! We are close to 2.0.

This commit is contained in:
v.audacity
2012-01-23 05:00:52 +00:00
parent 567ad1d0d7
commit 626cf51ad6

View File

@@ -32,10 +32,10 @@
// to 1. // to 1.
#define IS_ALPHA 1 #define IS_ALPHA 1
// Increment as appropriate every time you release a new version // Increment as appropriate every time we release a new version.
#define AUDACITY_VERSION 1 #define AUDACITY_VERSION 2
#define AUDACITY_RELEASE 3 #define AUDACITY_RELEASE 0
#define AUDACITY_REVISION 15 #define AUDACITY_REVISION 0
#define AUDACITY_MODLEVEL 0 #define AUDACITY_MODLEVEL 0
#if IS_ALPHA #if IS_ALPHA