summaryrefslogtreecommitdiff
path: root/autotools
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2024-07-16 11:24:39 +0200
committerjaseg <git@jaseg.de>2024-07-16 11:24:39 +0200
commit10b56bcdc25698de7898bcc090ab30757e33241d (patch)
tree32deae6a4b529daccd91e5ca6cf0d439db912a17 /autotools
parentbfd74461983817b76b5c96824fa83e486fc1d416 (diff)
downloadlolcat-10b56bcdc25698de7898bcc090ab30757e33241d.tar.gz
lolcat-10b56bcdc25698de7898bcc090ab30757e33241d.tar.bz2
lolcat-10b56bcdc25698de7898bcc090ab30757e33241d.zip
Fix version number in autotools and PKGBUILD build scripts
Diffstat (limited to 'autotools')
-rw-r--r--autotools/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/autotools/configure.ac b/autotools/configure.ac
index 8b9871b..28f5d08 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.3], [jaseg <github@jaseg.de>])
+AC_INIT([lolcat], [1.5], [jaseg <github@jaseg.de>])
AC_CONFIG_SRCDIR([../lolcat.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([autoscripts])