From 439ea9bc27aea4b143158d81cfdcaadf019ba7fa Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 14 Jul 2021 18:13:40 -0700 Subject: [PATCH] version bump 1.0.2 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9a010ad..7b8afb5 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.1]) +AC_INIT([seeder], [1.0.2]) # Store build files not in main directory AC_CONFIG_AUX_DIR([build-aux]) -- 2.30.2