diff options
author | Stef Walter <stefw@redhat.com> | 2016-01-04 21:51:28 +0100 |
---|---|---|
committer | Stef Walter <stefw@redhat.com> | 2016-01-04 21:51:28 +0100 |
commit | 42315c19533177f63825cfa8c4c5c11b136fd6a0 (patch) | |
tree | 97d84454b44cde67fbc75fea9e086285e20ca391 /configure.in | |
parent | 10262a155ace38f52ac20be101362b250d86c1b3 (diff) |
Bump version number0.4.5
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index af7caea..d9d9a7d 100644 --- a/configure.in +++ b/configure.in @@ -36,8 +36,8 @@ dnl Stef Walter <stef@memberwebs.com> dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT(mod_auth_singleid, 0.4.4, stef@memberwebs.com) -AM_INIT_AUTOMAKE(mod_auth_singleid, 0.4.4) +AC_INIT(mod_auth_singleid, 0.4.5, stef@memberwebs.com) +AM_INIT_AUTOMAKE(mod_auth_singleid, 0.4.5) AC_CONFIG_SRCDIR([module/mod_auth_singleid.c]) AM_CONFIG_HEADER([config.h]) |