From b6b2fde6ea8244f6eecd429d46149a0472850b83 Mon Sep 17 00:00:00 2001 From: "Christopher A. Mosher" Date: Sat, 18 Apr 2020 12:28:17 -0400 Subject: [PATCH] v1.0.5 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ce7f290..49213a0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT(epple2, v1.0.4) +AC_INIT(epple2, v1.0.5) AC_PREREQ(2.68) AC_CONFIG_SRCDIR([src/apple2.cpp])