summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2011-09-19 19:33:40 -0500
committerSol Jerome <sol.jerome@gmail.com>2011-09-19 19:33:40 -0500
commit76be3279f625a2a92832fccbce0274e9be6e72fc (patch)
treeb759a85cb4129fafb82612f286784e9ceac04a92
parent9912849d4e0358a37e616e9e82650658f59b4139 (diff)
downloadbcfg2-76be3279f625a2a92832fccbce0274e9be6e72fc.tar.gz
bcfg2-76be3279f625a2a92832fccbce0274e9be6e72fc.tar.bz2
bcfg2-76be3279f625a2a92832fccbce0274e9be6e72fc.zip
Version bump to 1.1.3v1.1.3
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
-rw-r--r--solaris/pkginfo.bcfg22
-rw-r--r--solaris/pkginfo.bcfg2-server2
7 files changed, 12 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index a17313e6a..725d2edf9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+bcfg2 (1.1.3-0.0) unstable; urgency=low
+
+ * New upstream release
+
+ -- Sol Jerome <sol.jerome@gmail.com> Mon, 19 Sep 2011 19:33:40 -0500
+
bcfg2 (1.1.2-0.0) unstable; urgency=low
* New upstream release
diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec
index ff1b73d85..54a8245e2 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.2
+Version: 1.1.3
Release: %{release}
Summary: Configuration management system
diff --git a/redhat/VERSION b/redhat/VERSION
index 45a1b3f44..781dcb07c 100644
--- a/redhat/VERSION
+++ b/redhat/VERSION
@@ -1 +1 @@
-1.1.2
+1.1.3
diff --git a/setup.py b/setup.py
index d513d32da..49b8ed1b8 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ from glob import glob
setup(cmdclass=cmdclass,
name="Bcfg2",
- version="1.1.2",
+ version="1.1.3",
description="Bcfg2 Server",
author="Narayan Desai",
author_email="desai@mcs.anl.gov",
diff --git a/solaris/Makefile b/solaris/Makefile
index 503337c37..8464737a3 100644
--- a/solaris/Makefile
+++ b/solaris/Makefile
@@ -1,6 +1,6 @@
#!/usr/sfw/bin/gmake
-VERS=1.1.2-1
+VERS=1.1.3-1
PYVERSION := $(shell /opt/csw/bin/python -c "import sys; print sys.version[0:3]")
default: clean package
diff --git a/solaris/pkginfo.bcfg2 b/solaris/pkginfo.bcfg2
index a31162547..80abf8185 100644
--- a/solaris/pkginfo.bcfg2
+++ b/solaris/pkginfo.bcfg2
@@ -1,7 +1,7 @@
PKG="SCbcfg2"
NAME="bcfg2"
ARCH="sparc"
-VERSION="1.1.2"
+VERSION="1.1.3"
CATEGORY="application"
VENDOR="Argonne National Labratory"
EMAIL="bcfg-dev@mcs.anl.gov"
diff --git a/solaris/pkginfo.bcfg2-server b/solaris/pkginfo.bcfg2-server
index c480c114f..231dbf9cf 100644
--- a/solaris/pkginfo.bcfg2-server
+++ b/solaris/pkginfo.bcfg2-server
@@ -1,7 +1,7 @@
PKG="SCbcfg2-server"
NAME="bcfg2-server"
ARCH="sparc"
-VERSION="1.1.2"
+VERSION="1.1.3"
CATEGORY="application"
VENDOR="Argonne National Labratory"
EMAIL="bcfg-dev@mcs.anl.gov"