diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | misc/bcfg2.spec | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 71f5870c0..6f2fae35e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +bcfg2 (0.9.0-0.1) unstable; urgency=low + + * final release + + -- Narayan Desai <desai@mcs.anl.gov> Mon, 29 Jan 2007 13:18:38 -0600 + bcfg2 (0.9.0-0pre6) unstable; urgency=low * new pre, hopefully near final diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec index f2c156415..bfba51c70 100644 --- a/misc/bcfg2.spec +++ b/misc/bcfg2.spec @@ -4,7 +4,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bcfg2 -Version: 0.9.0pre6 +Version: 0.9.0 Release: %{release} Summary: Configuration management system |