mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 00:20:06 +02:00
Set BUILD_LEVEL back to 0 and Version to 2.4.0, ready for onward development.
This commit is contained in:
parent
008d8d8c8c
commit
846938e871
@ -2,7 +2,7 @@
|
|||||||
#if you want to work on this, please talk with us on
|
#if you want to work on this, please talk with us on
|
||||||
# https://lists.sourceforge.net/lists/listinfo/audacity-devel
|
# https://lists.sourceforge.net/lists/listinfo/audacity-devel
|
||||||
#build time is circa 7 mins.
|
#build time is circa 7 mins.
|
||||||
version: 2.3.3-alpha-{build}
|
version: 2.4.0-alpha-{build}
|
||||||
image: Visual Studio 2017
|
image: Visual Studio 2017
|
||||||
shallow_clone: true # reduce traffic
|
shallow_clone: true # reduce traffic
|
||||||
install:
|
install:
|
||||||
|
@ -38,7 +38,7 @@ PROJECT_NAME = Audacity
|
|||||||
# could be handy for archiving the generated documentation or if some version
|
# could be handy for archiving the generated documentation or if some version
|
||||||
# control system is used.
|
# control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = 2.3.3
|
PROJECT_NUMBER = 2.4.0
|
||||||
|
|
||||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
# 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
|
# for a project that appears at the top of each page and should give viewer a
|
||||||
|
@ -34,7 +34,7 @@ dnl Require autoconf >= 2.59
|
|||||||
AC_PREREQ([2.59])
|
AC_PREREQ([2.59])
|
||||||
|
|
||||||
dnl Init autoconf
|
dnl Init autoconf
|
||||||
AC_INIT([audacity], [2.3.3])
|
AC_INIT([audacity], [2.4.0])
|
||||||
dnl Check for existence of Audacity.h
|
dnl Check for existence of Audacity.h
|
||||||
AC_CONFIG_SRCDIR([src/Audacity.h])
|
AC_CONFIG_SRCDIR([src/Audacity.h])
|
||||||
AC_CONFIG_AUX_DIR([autotools])
|
AC_CONFIG_AUX_DIR([autotools])
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
// Its value may be more than 0 for pre-release "Beta" builds that differ only
|
// 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
|
// in the welcome screen, and hiding of some development menu commands, but
|
||||||
// still link to the alpha manual online.
|
// 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
|
// used #ifdef not #if for IS_ALPHA, IS_BETA, IS_RELEASE, USE_ALPHA_MANUAL
|
||||||
#undef IS_ALPHA
|
#undef IS_ALPHA
|
||||||
@ -61,8 +61,8 @@
|
|||||||
|
|
||||||
// Increment as appropriate every time we release a NEW version.
|
// Increment as appropriate every time we release a NEW version.
|
||||||
#define AUDACITY_VERSION 2
|
#define AUDACITY_VERSION 2
|
||||||
#define AUDACITY_RELEASE 3
|
#define AUDACITY_RELEASE 4
|
||||||
#define AUDACITY_REVISION 3
|
#define AUDACITY_REVISION 0
|
||||||
#define AUDACITY_MODLEVEL 0
|
#define AUDACITY_MODLEVEL 0
|
||||||
|
|
||||||
#if defined(IS_BETA)
|
#if defined(IS_BETA)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user