From 02562413ded25e920b96bbbfc4d87ed062aacec8 Mon Sep 17 00:00:00 2001 From: Evan Miller Date: Fri, 4 Sep 2020 11:31:22 -0400 Subject: [PATCH] Version 1.1.4 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e9e3e2c9..97cfaa3c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Update this with each release -AC_INIT([ReadStat], [1.1.4-rc0], [emmiller@gmail.com], [readstat], [https://github.com/WizardMac/ReadStat]) +AC_INIT([ReadStat], [1.1.4], [emmiller@gmail.com], [readstat], [https://github.com/WizardMac/ReadStat]) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_SILENT_RULES([yes])