From a087460a9946adf05395afe821dfff1240fc3765 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sat, 19 Nov 2022 17:40:06 +0100 Subject: Bump version to v1.3 --- autotools/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autotools') diff --git a/autotools/configure.ac b/autotools/configure.ac index 030e1d5..8b9871b 100644 --- a/autotools/configure.ac +++ b/autotools/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([lolcat], [1.2], [jaseg ]) +AC_INIT([lolcat], [1.3], [jaseg ]) AC_CONFIG_SRCDIR([../lolcat.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR([autoscripts]) -- cgit