diff --git a/Makefile.am b/Makefile.am index 965445b..010be82 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,3 @@ SUBDIRS = src data dist_doc_DATA = README.md -man1_MANS = sermon.1 +dist_man1_MANS = sermon.1 diff --git a/README.md b/README.md index 5bb07d4..be3c9ea 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -sermon 1.3 +sermon 1.4 ========== This utility converts text markup into various presentable forms. diff --git a/configure.ac b/configure.ac index 6b22738..7c09cad 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([sermon], [1.3], [david.a.baer@gmail.com]) +AC_INIT([sermon], [1.4], [david.a.baer@gmail.com]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADERS([config.h])