From e3dd1b7aeb5ab88ac3b902e36dd2845b03b327e5 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 29 Jun 2021 13:14:16 -0700 Subject: [PATCH] version bump 1.0.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 493fdae..b4a4168 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([seeder], [1.0.0]) +AC_INIT([seeder], [1.0.1]) # Store build files not in main directory AC_CONFIG_AUX_DIR([build-aux]) -- 2.39.5