summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cobbler.spec2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/cobbler.spec b/cobbler.spec
index a738f40..111072d 100644
--- a/cobbler.spec
+++ b/cobbler.spec
@@ -188,7 +188,7 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
%changelog
-- Wed May 27 2008 Michael DeHaan <mdehaan@redhat.com> - 1.1.0-1
+* Wed May 27 2008 Michael DeHaan <mdehaan@redhat.com> - 1.1.0-1
- Upstream chnages (see CHANGELOG)
* Wed May 27 2008 Michael DeHaan <mdehaan@redhat.com> - 1.0.0-2
diff --git a/setup.py b/setup.py
index 4b08917..b314cb2 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
from distutils.core import setup, Extension
import string
-VERSION = "1.0.0"
+VERSION = "1.1.0"
SHORT_DESC = "Network Boot and Update Server"
LONG_DESC = """
Cobbler is a network boot and update server. Cobbler supports PXE, provisioning virtualized images, and reinstalling existing Linux machines. The last two modes require a helper tool called 'koan' that integrates with cobbler. Cobbler's advanced features include importing distributions from DVDs and rsync mirrors, kickstart templating, integrated yum mirroring, and built-in DHCP/DNS Management. Cobbler also has a Python and XMLRPC API for integration with other applications.