diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | misc/bcfg2.spec | 2 | ||||
-rw-r--r-- | redhat/RELEASE | 2 | ||||
-rw-r--r-- | setup.py | 2 | ||||
-rw-r--r-- | solaris/Makefile | 2 |
5 files changed, 10 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 0d72c73b1..109bd1aa1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +bcfg2 (1.1.0-0.0) unstable; urgency=low + + * New upstream release + + -- Narayan Desai <desai@mcs.anl.gov> Sun, 26 Sep 2010 20:56:09 -0500 + bcfg2 (1.1.0-0.0rc5) unstable; urgency=low * New upstream release diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec index c7f7e80d5..72008435a 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.0rc5 +Version: 1.1.0 Release: %{release} Summary: Configuration management system diff --git a/redhat/RELEASE b/redhat/RELEASE index 89e7aa51f..ba66466c2 100644 --- a/redhat/RELEASE +++ b/redhat/RELEASE @@ -1 +1 @@ -0.0rc5 +0.0 @@ -10,7 +10,7 @@ from glob import glob setup(cmdclass=cmdclass, name="Bcfg2", - version="1.1.0rc5", + version="1.1.0", description="Bcfg2 Server", author="Narayan Desai", author_email="desai@mcs.anl.gov", diff --git a/solaris/Makefile b/solaris/Makefile index bf02d02b1..d571da2b9 100644 --- a/solaris/Makefile +++ b/solaris/Makefile @@ -1,6 +1,6 @@ #!/usr/sfw/bin/gmake -VERS=1.1.0rc5-1 +VERS=1.1.0-1 PYVERSION := $(shell /opt/csw/bin/python -c "import sys; print sys.version[0:3]") default: clean package |