Bump version to 1.2

This commit is contained in:
David Baer
2017-08-09 22:31:37 -04:00
parent 517a9d9605
commit 5c693aa638
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
sermon 1.1 sermon 1.2
========== ==========
This utility converts text markup into various presentable forms. This utility converts text markup into various presentable forms.
@@ -46,4 +46,4 @@ The markup syntax is very simple:
> This paragraph will be > This paragraph will be
> a block quote. > a block quote.
- Text enclosed between `[* starred braces *]` will be ignored as a comment. - Text enclosed between `[* starred braces *]` will be ignored as a comment.

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.1], [david.a.baer@gmail.com]) AC_INIT([sermon], [1.2], [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])