From eb36c9e452883abd26e629e1b745cc166e191881 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 21 Jun 2021 17:09:33 -0700 Subject: [PATCH] version bump 1.0.0 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 29dfe87..493fdae 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], [0.0.0]) +AC_INIT([seeder], [1.0.0]) # Store build files not in main directory AC_CONFIG_AUX_DIR([build-aux]) -- 2.39.5