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 5a997d4b0..7245ca4a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +bcfg2 (0.9.2-0.0rc3) unstable; urgency=low + + * release candidate + + -- Narayan Desai <desai@mcs.anl.gov> Thu, 15 Feb 2007 13:29:00 -0600 + bcfg2 (0.9.2-0.0rc2) unstable; urgency=low * release candidate diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec index 77ecc38c8..339a09913 100644 --- a/misc/bcfg2.spec +++ b/misc/bcfg2.spec @@ -1,4 +1,4 @@ -%define release 0.0rc2 +%define release 0.0rc3 %define __python python %define pythonversion 2.3 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} |