diff --git a/appveyor.yml b/appveyor.yml index ab69ab023..e4d9660bf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,7 @@ #if you want to work on this, please talk with us on # https://lists.sourceforge.net/lists/listinfo/audacity-devel #build time is circa 7 mins. -version: 2.3.1-alpha-{build} +version: 2.3.2-alpha-{build} branches: only: - prefs diff --git a/audacity.dox b/audacity.dox index d1ef5a613..bc2453e87 100644 --- a/audacity.dox +++ b/audacity.dox @@ -38,7 +38,7 @@ PROJECT_NAME = Audacity # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 2.3.1 +PROJECT_NUMBER = 2.3.2 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/configure b/configure index 44efd36dc..10d66d205 100755 --- a/configure +++ b/configure @@ -587,8 +587,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='audacity' PACKAGE_TARNAME='audacity' -PACKAGE_VERSION='2.3.0' -PACKAGE_STRING='audacity 2.3.0' +PACKAGE_VERSION='2.3.2' +PACKAGE_STRING='audacity 2.3.2' PACKAGE_BUGREPORT='' PACKAGE_URL='' diff --git a/src/Audacity.h b/src/Audacity.h index d3dabf178..51485c3c2 100644 --- a/src/Audacity.h +++ b/src/Audacity.h @@ -39,7 +39,7 @@ // Its value may be more than 0 for pre-release "Beta" builds that differ only // in the welcome screen, and hiding of some development menu commands, but // still link to the alpha manual online. -#define AUDACITY_BUILD_LEVEL 2 +#define AUDACITY_BUILD_LEVEL 0 // used #ifdef not #if for IS_ALPHA, IS_BETA, IS_RELEASE, USE_ALPHA_MANUAL #undef IS_ALPHA @@ -62,7 +62,7 @@ // Increment as appropriate every time we release a NEW version. #define AUDACITY_VERSION 2 #define AUDACITY_RELEASE 3 -#define AUDACITY_REVISION 1 +#define AUDACITY_REVISION 2 #define AUDACITY_MODLEVEL 0 #if defined(IS_BETA)