summaryrefslogtreecommitdiff
path: root/autotools/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'autotools/configure.ac')
-rw-r--r--autotools/configure.ac2
1 files changed, 1 insertions, 1 deletions
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 <github@jaseg.de>])
+AC_INIT([lolcat], [1.3], [jaseg <github@jaseg.de>])
AC_CONFIG_SRCDIR([../lolcat.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([autoscripts])