summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--misc/bcfg2.spec2
-rw-r--r--redhat/RELEASE2
-rw-r--r--setup.py2
-rw-r--r--solaris/Makefile2
5 files changed, 10 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 6723788fb..74667462d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+bcfg2 (1.1.0-0.0rc4) unstable; urgency=low
+
+ * New upstream release
+
+ -- Sol Jerome <sol.jerome@gmail.com> Mon, 19 Jul 2010 14:46:00 -0500
+
bcfg2 (1.1.0-0.0rc3) unstable; urgency=low
* New upstream release
diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec
index 7eb27be0a..1a7e72742 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.0rc3
+Version: 1.1.0rc4
Release: %{release}
Summary: Configuration management system
diff --git a/redhat/RELEASE b/redhat/RELEASE
index 13633e3d2..8b64b9a89 100644
--- a/redhat/RELEASE
+++ b/redhat/RELEASE
@@ -1 +1 @@
-0.0rc3
+0.0rc4
diff --git a/setup.py b/setup.py
index c97e308b4..e3e9c3eed 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ from glob import glob
setup(cmdclass=cmdclass,
name="Bcfg2",
- version="1.1.0rc3",
+ version="1.1.0rc4",
description="Bcfg2 Server",
author="Narayan Desai",
author_email="desai@mcs.anl.gov",
diff --git a/solaris/Makefile b/solaris/Makefile
index c30a15c1f..be1367aed 100644
--- a/solaris/Makefile
+++ b/solaris/Makefile
@@ -1,6 +1,6 @@
#!/usr/sfw/bin/gmake
-VERS=1.1.0rc3-1
+VERS=1.1.0rc4-1
PYVERSION := $(shell /opt/csw/bin/python -c "import sys; print sys.version[0:3]")
default: clean package