1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-16 08:34:10 +02:00

Change audacity version in configure.ac

This commit is contained in:
Paul Licameli 2018-01-23 18:04:26 -05:00
parent 02caea1b8a
commit 5c1f11416f

View File

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