diff options
author | Simo Sorce <simo@redhat.com> | 2014-11-08 14:20:41 -0500 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2014-11-08 14:21:27 -0500 |
commit | a43f39134d7e11a82c24d9e11582987c77924f4e (patch) | |
tree | ba7c42970b9467810114912b95779a0ff4752df9 /configure.ac | |
parent | f9000fb1c6b26f470029b25f202f39902a4b6b13 (diff) | |
download | mod_auth_gssapi-a43f39134d7e11a82c24d9e11582987c77924f4e.tar.gz mod_auth_gssapi-a43f39134d7e11a82c24d9e11582987c77924f4e.tar.xz mod_auth_gssapi-a43f39134d7e11a82c24d9e11582987c77924f4e.zip |
Bump version to 1.0.4
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9e2dd60..d51d348 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([mod_auth_gssapi], [1.0.3], [simo@redhat.com]) +AC_INIT([mod_auth_gssapi], [1.0.4], [simo@redhat.com]) AC_CONFIG_SRCDIR([src/mod_auth_gssapi.c]) AM_INIT_AUTOMAKE([-Wall foreign subdir-objects tar-pax]) m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) |