diff options
| author | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-08-06 19:31:17 -0400 |
|---|---|---|
| committer | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-08-06 19:31:17 -0400 |
| commit | d338684ba41e6076b59f91195d14eccf0b05fb7b (patch) | |
| tree | 90a8556d59803041eca04db547db04280990b7d4 | |
| parent | 21d7eefc1aa3ae4c9cd61a7a2bef8170e09ef4cc (diff) | |
- bump the version so that the current version will have better docsslapi-nis-0.8
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | slapi-nis.spec | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 6790f7a..22f6a7a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(slapi-nis,0.7) +AC_INIT(slapi-nis,0.8) AM_INIT_AUTOMAKE(foreign) AC_PROG_LIBTOOL AM_CONDITIONAL(GCC,[test x$GCC = xyes]) diff --git a/slapi-nis.spec b/slapi-nis.spec index 903a01b..e4110a6 100644 --- a/slapi-nis.spec +++ b/slapi-nis.spec @@ -1,5 +1,5 @@ Name: slapi-nis -Version: 0.7 +Version: 0.8 Release: 1%{?dist} Summary: NIS Server and Schema Compatibility plugins for Directory Server Group: System Environment/Daemons @@ -46,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/nisserver-plugin-defs %changelog +* Wed Aug 6 2008 Nalin Dahyabhai <nalin@redhat.com> - 0.8-1 +- update to 0.8 + * Wed Aug 6 2008 Nalin Dahyabhai <nalin@redhat.com> - 0.7-1 - update to 0.7 |
