summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rw-r--r--misc/bcfg2.spec2
-rw-r--r--setup.py2
-rw-r--r--solaris/Makefile2
4 files changed, 5 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 7ff3c7b0a..0d72c73b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,9 +2,9 @@ bcfg2 (1.1.0-0.0rc5) unstable; urgency=low
* New upstream release
- -- Narayan Desai <desai@mcs.anl.gov>
+ -- Narayan Desai <desai@mcs.anl.gov> Tue, 14 Sep 2010 10:53:22 -0500
-bcfg2 (1.1.0-0.0rc4) unstable; urgency=low
+bcfg2 (1.1.0-0.0rc4) unstable; urgency=low
* New upstream release
diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec
index 1a7e72742..c7f7e80d5 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.0rc4
+Version: 1.1.0rc5
Release: %{release}
Summary: Configuration management system
diff --git a/setup.py b/setup.py
index e3e9c3eed..4f360e5f0 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ from glob import glob
setup(cmdclass=cmdclass,
name="Bcfg2",
- version="1.1.0rc4",
+ version="1.1.0rc5",
description="Bcfg2 Server",
author="Narayan Desai",
author_email="desai@mcs.anl.gov",
diff --git a/solaris/Makefile b/solaris/Makefile
index be1367aed..bf02d02b1 100644
--- a/solaris/Makefile
+++ b/solaris/Makefile
@@ -1,6 +1,6 @@
#!/usr/sfw/bin/gmake
-VERS=1.1.0rc4-1
+VERS=1.1.0rc5-1
PYVERSION := $(shell /opt/csw/bin/python -c "import sys; print sys.version[0:3]")
default: clean package