summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2008-11-07 20:00:06 +0000
committerNarayan Desai <desai@mcs.anl.gov>2008-11-07 20:00:06 +0000
commit5690837c88404eb841ae26467684a04b51690e21 (patch)
tree6a8e2fb2b479bb8c6d8669df07c34f3dc9a61a95
parent8ed77dae7a11ddfcf2b028686efa9573516d9f85 (diff)
downloadbcfg2-5690837c88404eb841ae26467684a04b51690e21.tar.gz
bcfg2-5690837c88404eb841ae26467684a04b51690e21.tar.bz2
bcfg2-5690837c88404eb841ae26467684a04b51690e21.zip
Version bump to 0.9.6rc1
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4969 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r--debian/changelog6
-rw-r--r--misc/bcfg2.spec2
-rw-r--r--redhat/VERSION2
-rw-r--r--setup.py2
4 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index df18421bc..8a116ab24 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+bcfg2 (0.9.6-0.0rc1) unstable; urgency=low
+
+ * Release candidate
+
+ -- Narayan Desai <desai@mcs.anl.gov> Fri, 07 Nov 2008 13:52:58 -0600
+
bcfg2 (0.9.6-0.0pre3) unstable; urgency=low
* new prerelease (hopefully rc)
diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec
index 614aa8859..e87e553ec 100644
--- a/misc/bcfg2.spec
+++ b/misc/bcfg2.spec
@@ -1,4 +1,4 @@
-%define release 0.1pre1
+%define release 0.1rc1
%define __python python
%{!?py_ver: %define py_ver %(python -c 'import sys;print(sys.version[0:3])')}
%define pythonversion %{py_ver}
diff --git a/redhat/VERSION b/redhat/VERSION
index cea331f40..26c7fcb62 100644
--- a/redhat/VERSION
+++ b/redhat/VERSION
@@ -1 +1 @@
-0.9.6pre2
+0.9.6rc1
diff --git a/setup.py b/setup.py
index 82975239b..15dbd3ba3 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from distutils.core import setup
from glob import glob
setup(name="Bcfg2",
- version="0.9.6pre3",
+ version="0.9.6rc1",
description="Bcfg2 Server",
author="Narayan Desai",
author_email="desai@mcs.anl.gov",