From 5c1f11416f320ea8341214aa4604e3000f4122a1 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Tue, 23 Jan 2018 18:04:26 -0500 Subject: [PATCH] Change audacity version in configure.ac --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2e746316a..02c7a70b0 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.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])