From c799134b3c3f9102001968a94278e6f1a5b77326 Mon Sep 17 00:00:00 2001 From: Hector Fabio Espitia-Navarro Date: Fri, 12 Jun 2020 13:55:45 -0500 Subject: [PATCH] Updated version info --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 22a80a5..7b6242d 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Force autoconf to be at least this version number: AC_PREREQ([2.69]) # Initialize, but use more options. Note parameters brackets and whitespace. -AC_INIT([STing], [1.0.0], [hspitia@gatech.edu]) +AC_INIT([STing], [1.0.1], [hspitia@gatech.edu]) # Safety check - list a source file that wouldn't be in other directories: AC_CONFIG_SRCDIR([src/Typer.cpp]) # Put configuration results here, so we can easily #include them: