summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2010-06-17 16:23:46 +0000
committerSol Jerome <sol.jerome@gmail.com>2010-06-21 14:11:34 -0500
commit465ccdac16f47f87786dc80fa1d1f3c70e05332e (patch)
treee9c94376c3e82fa8c7fabb326f57f2dc9525fc04
parent88eba07ccf09df0c7f455f4a56d683ebb2be4eaa (diff)
downloadbcfg2-465ccdac16f47f87786dc80fa1d1f3c70e05332e.tar.gz
bcfg2-465ccdac16f47f87786dc80fa1d1f3c70e05332e.tar.bz2
bcfg2-465ccdac16f47f87786dc80fa1d1f3c70e05332e.zip
Version bump to 1.1.0rc3
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5948 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r--debian/changelog2
-rw-r--r--misc/bcfg2.spec2
-rw-r--r--setup.py2
-rw-r--r--solaris/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 420062af7..6723788fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ bcfg2 (1.1.0-0.0rc3) unstable; urgency=low
* New upstream release
- -- Narayan Desai <desai@mcs.anl.gov>
+ -- Narayan Desai <desai@mcs.anl.gov> Thu, 17 Jun 2010 11:22:34 -0500
bcfg2 (1.1.0-0.0rc2) unstable; urgency=low
diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec
index cb8e2d567..2f423c201 100644
--- a/misc/bcfg2.spec
+++ b/misc/bcfg2.spec
@@ -13,7 +13,7 @@
%define lxmldep %(rpm -q %{alt_lxml} 2>&1 > /dev/null && echo %{alt_lxml} || echo %{dfl_lxml})
Name: bcfg2
-Version: 1.1.0rc2
+Version: 1.1.0rc3
Release: %{release}
Summary: Configuration management system
diff --git a/setup.py b/setup.py
index 92c99ddc6..c97e308b4 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ from glob import glob
setup(cmdclass=cmdclass,
name="Bcfg2",
- version="1.1.0rc2",
+ version="1.1.0rc3",
description="Bcfg2 Server",
author="Narayan Desai",
author_email="desai@mcs.anl.gov",
diff --git a/solaris/Makefile b/solaris/Makefile
index 922b124ca..c30a15c1f 100644
--- a/solaris/Makefile
+++ b/solaris/Makefile
@@ -1,6 +1,6 @@
#!/usr/sfw/bin/gmake
-VERS=1.1.0rc2-1
+VERS=1.1.0rc3-1
PYVERSION := $(shell /opt/csw/bin/python -c "import sys; print sys.version[0:3]")
default: clean package