summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2010-11-15 12:50:40 -0600
committerSol Jerome <sol.jerome@gmail.com>2010-11-15 12:50:40 -0600
commit1e0b344eb654894c9ceb9ee11b68844d0016ec1f (patch)
tree89357887182cb8e9b7e1ef4d5340e0f5f5710dd7
parentd76f66480e64614fc0987c606369dd5cd3340f94 (diff)
downloadbcfg2-1e0b344eb654894c9ceb9ee11b68844d0016ec1f.tar.gz
bcfg2-1e0b344eb654894c9ceb9ee11b68844d0016ec1f.tar.bz2
bcfg2-1e0b344eb654894c9ceb9ee11b68844d0016ec1f.zip
Version bump to 1.1.1
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
-rw-r--r--debian/changelog6
-rw-r--r--misc/bcfg2.spec2
-rw-r--r--redhat/VERSION2
-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 eaadca55d..6157ce123 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+bcfg2 (1.1.1-0.0) unstable; urgency=low
+
+ * New upstream release
+
+ -- Sol Jerome <sol.jerome@gmail.com> Mon, 15 Nov 2010 12:50:40 -0600
+
bcfg2 (1.1.0-0.0) unstable; urgency=low
* New upstream release
diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec
index 72008435a..926a9cfa6 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.0
+Version: 1.1.1
Release: %{release}
Summary: Configuration management system
diff --git a/redhat/VERSION b/redhat/VERSION
index 9084fa2f7..524cb5524 100644
--- a/redhat/VERSION
+++ b/redhat/VERSION
@@ -1 +1 @@
-1.1.0
+1.1.1
diff --git a/setup.py b/setup.py
index 509a9b1bf..f91b16389 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ from glob import glob
setup(cmdclass=cmdclass,
name="Bcfg2",
- version="1.1.0",
+ version="1.1.1",
description="Bcfg2 Server",
author="Narayan Desai",
author_email="desai@mcs.anl.gov",
diff --git a/solaris/Makefile b/solaris/Makefile
index d571da2b9..cc258547b 100644
--- a/solaris/Makefile
+++ b/solaris/Makefile
@@ -1,6 +1,6 @@
#!/usr/sfw/bin/gmake
-VERS=1.1.0-1
+VERS=1.1.1-1
PYVERSION := $(shell /opt/csw/bin/python -c "import sys; print sys.version[0:3]")
default: clean package