From 5ba8e4a954039dc068ca57f1cd4f768bab14f445 Mon Sep 17 00:00:00 2001 From: Alex Lindsay Date: Sat, 27 Jul 2019 23:45:10 -0700 Subject: [PATCH] New version number for new release --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 113943fa..9db92ce2 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(metaphysicl, 0.5.1, roystgnr@ices.utexas.edu) +AC_INIT(metaphysicl, 0.5.2, roystgnr@ices.utexas.edu) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADER(metaphysicl_config.h.tmp)