From 6f511fc62af993acb071a6ca8fdd50c8241c225c Mon Sep 17 00:00:00 2001 From: Thomas Cort Date: Sun, 10 Sep 2017 08:05:16 -0400 Subject: [PATCH] Prepare for release --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8f9826d..2df9dfd 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program. If not, see . AC_PREREQ(2.59) -AC_INIT([tcbasic], [2.1.0], [linuxgeek@gmail.com]) +AC_INIT([tcbasic], [2.2.0], [linuxgeek@gmail.com]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_SILENT_RULES([yes])