diff options
author | Karl MacMillan <kmacmill@redhat.com> | 2007-11-01 10:45:28 -0400 |
---|---|---|
committer | Karl MacMillan <kmacmill@redhat.com> | 2007-11-01 10:45:28 -0400 |
commit | 29c0668e986b2e3ad3b34a8c194ab102724674b1 (patch) | |
tree | fa5d5fcfb629aeb1c164cdb35dd1cad698e27aae /ipa-client | |
parent | 51a51302273ad7b2c83ad37bb182096835cb87e5 (diff) | |
download | freeipa-29c0668e986b2e3ad3b34a8c194ab102724674b1.tar.gz freeipa-29c0668e986b2e3ad3b34a8c194ab102724674b1.tar.xz freeipa-29c0668e986b2e3ad3b34a8c194ab102724674b1.zip |
Bump versions for release.
Diffstat (limited to 'ipa-client')
-rw-r--r-- | ipa-client/configure.ac | 2 | ||||
-rwxr-xr-x | ipa-client/freeipa-client.spec | 7 | ||||
-rw-r--r-- | ipa-client/freeipa-client.spec.in | 5 |
3 files changed, 10 insertions, 4 deletions
diff --git a/ipa-client/configure.ac b/ipa-client/configure.ac index 576493f81..5cd416da7 100644 --- a/ipa-client/configure.ac +++ b/ipa-client/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.59c) AC_INIT([freeipa-client], - [0.4], + [0.3.1], [https://hosted.fedoraproject.org/projects/freeipa/newticket]) AC_CONFIG_SRCDIR([ipaclient/__init__.py]) diff --git a/ipa-client/freeipa-client.spec b/ipa-client/freeipa-client.spec index 7619a014b..f4a51f47a 100755 --- a/ipa-client/freeipa-client.spec +++ b/ipa-client/freeipa-client.spec @@ -1,6 +1,6 @@ Name: freeipa-client -Version: 0.3.0 -Release: 2%{?dist} +Version: 0.3.1 +Release: 1%{?dist} Summary: FreeIPA client Group: System Environment/Base @@ -41,6 +41,9 @@ rm -rf %{buildroot} %{_usr}/share/ipa/* %changelog +* Thu Nov 1 2007 Karl MacMillan <kmacmill@redhat.com> - 0.3.1-1 +- Version bump for release + * Thu Oct 18 2007 Karl MacMillan <kmacmill@redhat.com> - 0.3.0-2 - Convert to autotools-based build diff --git a/ipa-client/freeipa-client.spec.in b/ipa-client/freeipa-client.spec.in index fd199f681..f4a7997f8 100644 --- a/ipa-client/freeipa-client.spec.in +++ b/ipa-client/freeipa-client.spec.in @@ -1,6 +1,6 @@ Name: freeipa-client Version: VERSION -Release: 2%{?dist} +Release: 1%{?dist} Summary: FreeIPA client Group: System Environment/Base @@ -41,6 +41,9 @@ rm -rf %{buildroot} %{_usr}/share/ipa/* %changelog +* Thu Nov 1 2007 Karl MacMillan <kmacmill@redhat.com> - 0.3.1-1 +- Version bump for release + * Thu Oct 18 2007 Karl MacMillan <kmacmill@redhat.com> - 0.3.0-2 - Convert to autotools-based build |