From dcddef8a06ad6e032641f104e6f912228c846402 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Sat, 14 May 2016 21:55:03 +0200 Subject: [PATCH] Correct Audacity version in configure.ac Please do not forget to update the version in configure.ac before every new release. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 34d8af623..9fa0845ff 100644 --- a/configure.ac +++ b/configure.ac @@ -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])