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