diff options
author | Simo Sorce <simo@redhat.com> | 2014-08-04 09:29:07 -0400 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2014-08-04 09:29:07 -0400 |
commit | eddff51729c717a79b53598ff27dc8910fc22be9 (patch) | |
tree | 0cb7b0012779ef6e0348aa5405cd108e782f23cf | |
parent | 5401c93b3d84a58357ccf8321ffe165aabca8656 (diff) | |
download | mod_auth_gssapi-eddff51729c717a79b53598ff27dc8910fc22be9.tar.gz mod_auth_gssapi-eddff51729c717a79b53598ff27dc8910fc22be9.tar.xz mod_auth_gssapi-eddff51729c717a79b53598ff27dc8910fc22be9.zip |
Release version 1.0.0
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index aa429f8..8d35dd8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([mod_auth_gssapi], [0.0.1], [simo@redhat.com]) +AC_INIT([mod_auth_gssapi], [1.0.0], [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]) |