Version bump

This commit is contained in:
David Baer
2016-06-30 14:08:11 -04:00
parent 3b185cb32e
commit a4402c4d99
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
sermon 0.9
sermon 1.0
==========
This utility converts text markup into various presentable forms.

View File

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