Bump version number

This commit is contained in:
2025-08-05 11:39:41 -04:00
parent 09b801c150
commit 4171c81bfd

View File

@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69]) AC_PREREQ([2.69])
AC_INIT([sermon], [1.4], [david.a.baer@gmail.com]) AC_INIT([sermon], [1.5], [david.a.baer@gmail.com])
AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])