From 1f2a0b877b07f9f6a0c6a0f7ae61dbb90439a176 Mon Sep 17 00:00:00 2001 From: Joao Eriberto Mota Filho Date: Mon, 21 Nov 2022 12:46:17 -0300 Subject: [PATCH] Prepare to release version 1.8.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fc6ca0e..b3907e0 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ # packit official page at https://github.com/resurrecting-open-source-projects/packit AC_PREREQ([2.69]) -AC_INIT([packit], [1.8], [https://github.com/resurrecting-open-source-projects/packit/issues]) +AC_INIT([packit], [1.8.1], [https://github.com/resurrecting-open-source-projects/packit/issues]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_HEADERS(config.h) AC_MSG_RESULT(beginning auto-configuration process for packit...)