From b202b6cc31c6f036305bd7389201c6aa57dcc5fe Mon Sep 17 00:00:00 2001 From: Karl MacMillan Date: Wed, 21 Nov 2007 23:09:13 -0500 Subject: Bump the version numbers for release. Also remove specific version check on freeradius. Packages aren't available and the freeradius support isn't ready anyway. --- ipa-client/configure.ac | 6 +++--- ipa-client/freeipa-client.spec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'ipa-client') diff --git a/ipa-client/configure.ac b/ipa-client/configure.ac index 5cd416da7..9d060d9a8 100644 --- a/ipa-client/configure.ac +++ b/ipa-client/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.59c) -AC_INIT([freeipa-client], - [0.3.1], +AC_INIT([ipa-client], + [0.5.0], [https://hosted.fedoraproject.org/projects/freeipa/newticket]) AC_CONFIG_SRCDIR([ipaclient/__init__.py]) @@ -47,7 +47,7 @@ AC_CONFIG_FILES([ AC_OUTPUT echo " - FreeIPA client $VERSION + IPA client $VERSION ======================== prefix: ${prefix} diff --git a/ipa-client/freeipa-client.spec b/ipa-client/freeipa-client.spec index f4a51f47a..c972d967a 100755 --- a/ipa-client/freeipa-client.spec +++ b/ipa-client/freeipa-client.spec @@ -1,5 +1,5 @@ Name: freeipa-client -Version: 0.3.1 +Version: 0.5.0 Release: 1%{?dist} Summary: FreeIPA client -- cgit