From d5b56f6b57d2759765a71f725631aed139ffd5b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20R=C3=BCth?= Date: Fri, 21 Jan 2022 01:12:57 -0600 Subject: [PATCH] bumped version to 0.2.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1b34442..64615bf 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. dnl We need at least autoconf 2.69 for this configure.ac to work. AC_PREREQ([2.69]) -AC_INIT([unique-factory], [0.2.0], [julian.rueth@fsfe.org]) +AC_INIT([unique-factory], [0.2.1], [julian.rueth@fsfe.org]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([.])