1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 15:49:36 +02:00

Correct Audacity version in configure.ac

Please do not forget to update the version in configure.ac before every
new release.
This commit is contained in:
Benjamin Drung 2016-05-14 21:55:03 +02:00
parent c58d130c18
commit dcddef8a06

View File

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