From 76be3279f625a2a92832fccbce0274e9be6e72fc Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Mon, 19 Sep 2011 19:33:40 -0500 Subject: Version bump to 1.1.3 Signed-off-by: Sol Jerome --- debian/changelog | 6 ++++++ misc/bcfg2.spec | 2 +- redhat/VERSION | 2 +- setup.py | 2 +- solaris/Makefile | 2 +- solaris/pkginfo.bcfg2 | 2 +- solaris/pkginfo.bcfg2-server | 2 +- 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 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" -- cgit v1.2.3-1-g7c22