From: Simo Sorce Date: Mon, 4 Aug 2014 13:29:07 +0000 (-0400) Subject: Release version 1.0.0 X-Git-Tag: v1.0.0 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_gssapi.git;a=commitdiff_plain;h=eddff51729c717a79b53598ff27dc8910fc22be9 Release version 1.0.0 --- 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])