1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-02 23:00:32 +01:00

Set BUILD_LEVEL back to 0 and Version to 2.4.0, ready for onward development.

This commit is contained in:
James Crook
2019-11-23 09:30:06 +00:00
parent 008d8d8c8c
commit 846938e871
4 changed files with 6 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ dnl Require autoconf >= 2.59
AC_PREREQ([2.59])
dnl Init autoconf
AC_INIT([audacity], [2.3.3])
AC_INIT([audacity], [2.4.0])
dnl Check for existence of Audacity.h
AC_CONFIG_SRCDIR([src/Audacity.h])
AC_CONFIG_AUX_DIR([autotools])