From 68a93248641e91314d2700e8a3c6ba0c73ba5422 Mon Sep 17 00:00:00 2001 From: "Joshua J. Cogliati" Date: Mon, 27 Dec 2021 09:56:40 -0700 Subject: [PATCH] Updating version to 6.2.2pre1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index dfab3132..8b4a64b2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([ucblogo],[6.2.1],[],[],[https://github.com/jrincayc/ucblogo-code]) +AC_INIT([ucblogo],[6.2.2pre1],[],[],[https://github.com/jrincayc/ucblogo-code]) AC_CONFIG_SRCDIR([logodata.c]) AC_CONFIG_HEADER(config.h)