From 3f4be327048927ead2fcc06a88c1d1ae171f60a0 Mon Sep 17 00:00:00 2001 From: Jim Klimov Date: Wed, 1 Nov 2023 00:04:04 +0100 Subject: [PATCH] configure.ac: bump AC_INIT to development version 2.8.1.1 Signed-off-by: Jim Klimov --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cdc7654e8b..d1cab20b7b 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl +------------------------------------------------------------------+ dnl NUT version number is defined here, with a Git suffixed macro like dnl NUT_VERSION_MACRO "2.7.4-2838-gdfc3ac08" dnl in include/nut_version.h (generated by make) -AC_INIT([nut],[2.8.1],[https://github.com/networkupstools/nut/issues]) +AC_INIT([nut],[2.8.1.1],[https://github.com/networkupstools/nut/issues]) dnl See docs/maintainer-guide.txt about releases - updating the version dnl above is a small part of the consistent ritual!