From 08484512c560b68e4720442c8d77bc6b9d9479df Mon Sep 17 00:00:00 2001 From: Joao Eriberto Mota Filho Date: Tue, 9 Nov 2021 23:08:36 -0300 Subject: [PATCH] Prepare to release 1.7 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1be9bd0..c12321b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to create configure. -AC_INIT([scrot], [1.6], [https://github.com/resurrecting-open-source-projects/scrot/issues], +AC_INIT([scrot], [1.7], [https://github.com/resurrecting-open-source-projects/scrot/issues], [],[https://github.com/resurrecting-open-source-projects/scrot]) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE(dist-bzip2)