From 9f5315e90e3221d557cd3d019e6852c59403f386 Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Tue, 6 Jul 2021 21:10:35 -0400 Subject: [PATCH] 1.20 beta --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d82d4a2df..29760bcc4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. -AC_INIT([meep],[m4_esyscmd(./version.sh 1.19.0)]) +AC_INIT([meep],[m4_esyscmd(./version.sh 1.20.0-beta)]) AC_CONFIG_SRCDIR(src/step.cpp) # Shared-library version number; indicates api compatibility, and is