From b5e5f0d99d40a89059119cf78d8bda7203db7f8f Mon Sep 17 00:00:00 2001 From: Joao Eriberto Mota Filho Date: Mon, 10 Jun 2024 14:41:39 -0300 Subject: [PATCH] Prepare to release version 1.11.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1fc52d5..3ed0ee2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to create configure. -AC_INIT([scrot], [1.11], +AC_INIT([scrot], [1.11.1], [https://github.com/resurrecting-open-source-projects/scrot/issues],, [https://github.com/resurrecting-open-source-projects/scrot]) AC_CONFIG_SRCDIR([src/scrot.c])