From ea1df02c2e6b2504c800888ed4fc621ce4f07b48 Mon Sep 17 00:00:00 2001 From: Evan Miller Date: Wed, 10 Feb 2021 10:04:50 -0500 Subject: [PATCH] Version 0.2.0 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1108ddd..30aaf35 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([FMPTools], [0.1.0], [https://github.com/evanmiller/fmptools/issues], [fmptools], [https://github.com/evanmiller/fmptools]) +AC_INIT([FMPTools], [0.2.0], [https://github.com/evanmiller/fmptools/issues], [fmptools], [https://github.com/evanmiller/fmptools]) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_SILENT_RULES([yes])