From 9006e9ea3d99ecc3fe0ce0049a09ce00bcf93081 Mon Sep 17 00:00:00 2001 From: Joao Eriberto Mota Filho Date: Thu, 4 Feb 2021 22:42:43 -0300 Subject: [PATCH] Prepare to release 1.5 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 425dcdaf..f29d2e48 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to create configure. -AC_INIT([scrot], [1.4], [https://github.com/resurrecting-open-source-projects/scrot/issues]) +AC_INIT([scrot], [1.5], [https://github.com/resurrecting-open-source-projects/scrot/issues]) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE(dist-bzip2) AC_CONFIG_HEADER([src/config.h])