update to version 4.8.0
diff --git a/source/building_from_source.rst b/source/building_from_source.rst
index c5ae61a..9e11143 100644
--- a/source/building_from_source.rst
+++ b/source/building_from_source.rst
@@ -92,7 +92,7 @@
 
 .. sourcecode:: bash
 
-   $ gpg --verify apache-cloudstack-4.7.0-src.tar.bz2.asc
+   $ gpg --verify apache-cloudstack-4.8.0-src.tar.bz2.asc
 
 If the signature is valid you will see a line of output that contains
 'Good signature'.
@@ -107,7 +107,7 @@
 
 .. sourcecode:: bash
 
-   $ gpg --print-md MD5 apache-cloudstack-4.7.0-src.tar.bz2 | diff - apache-cloudstack-4.7.0-src.tar.bz2.md5
+   $ gpg --print-md MD5 apache-cloudstack-4.8.0-src.tar.bz2 | diff - apache-cloudstack-4.8.0-src.tar.bz2.md5
 
 If this successfully completes you should see no output. If there is any
 output from them, then there is a difference between the hash you
@@ -123,7 +123,7 @@
 
 .. sourcecode:: bash
 
-   $ gpg --print-md SHA512 apache-cloudstack-4.7.0-src.tar.bz2 | diff - apache-cloudstack-4.7.0-src.tar.bz2.sha
+   $ gpg --print-md SHA512 apache-cloudstack-4.8.0-src.tar.bz2 | diff - apache-cloudstack-4.8.0-src.tar.bz2.sha
 
 If this command successfully completes you should see no output. If
 there is any output from them, then there is a difference between the
@@ -165,13 +165,13 @@
 
 .. sourcecode:: bash
 
-   $ tar -jxvf apache-cloudstack-4.7.0-src.tar.bz2
+   $ tar -jxvf apache-cloudstack-4.8.0-src.tar.bz2
 
 You can now move into the directory:
 
 .. sourcecode:: bash
 
-   $ cd ./apache-cloudstack-4.7.0-src
+   $ cd ./apache-cloudstack-4.8.0-src
 
 
 Building DEB packages
@@ -210,13 +210,13 @@
 
 .. sourcecode:: bash
 
-   cloudstack-common-4.7.0.amd64.deb
-   cloudstack-management-4.7.0.amd64.deb
-   cloudstack-agent-4.7.0.amd64.deb
-   cloudstack-usage-4.7.0.amd64.deb
-   cloudstack-awsapi-4.7.0.amd64.deb
-   cloudstack-cli-4.7.0.amd64.deb
-   cloudstack-docs-4.7.0.amd64.deb
+   cloudstack-common-4.8.0.amd64.deb
+   cloudstack-management-4.8.0.amd64.deb
+   cloudstack-agent-4.8.0.amd64.deb
+   cloudstack-usage-4.8.0.amd64.deb
+   cloudstack-awsapi-4.8.0.amd64.deb
+   cloudstack-cli-4.8.0.amd64.deb
+   cloudstack-docs-4.8.0.amd64.deb
 
 
 Setting up an APT repo
@@ -364,13 +364,13 @@
 
 .. sourcecode:: bash
 
-   cloudstack-agent-4.7.0.el6.x86_64.rpm
-   cloudstack-awsapi-4.7.0.el6.x86_64.rpm
-   cloudstack-cli-4.7.0.el6.x86_64.rpm
-   cloudstack-common-4.7.0.el6.x86_64.rpm
-   cloudstack-docs-4.7.0.el6.x86_64.rpm
-   cloudstack-management-4.7.0.el6.x86_64.rpm
-   cloudstack-usage-4.7.0.el6.x86_64.rpm
+   cloudstack-agent-4.8.0.el6.x86_64.rpm
+   cloudstack-awsapi-4.8.0.el6.x86_64.rpm
+   cloudstack-cli-4.8.0.el6.x86_64.rpm
+   cloudstack-common-4.8.0.el6.x86_64.rpm
+   cloudstack-docs-4.8.0.el6.x86_64.rpm
+   cloudstack-management-4.8.0.el6.x86_64.rpm
+   cloudstack-usage-4.8.0.el6.x86_64.rpm
 
 
 Creating a yum repo
diff --git a/source/conf.py b/source/conf.py
index 1ec2b06..40920c0 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -54,16 +54,16 @@
 
 # General information about the project.
 project = u'Apache CloudStack Installation Documentation'
-copyright = u'2015, Apache Software Foundation'
+copyright = u'2016, Apache Software Foundation'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 #
 # The short X.Y version.
-version = '4.7'
+version = '4.8'
 # The full version, including alpha/beta/rc tags.
-release = '4.7.0'
+release = '4.8.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
@@ -365,7 +365,7 @@
 epub_title = u'CloudStack Installation Documentation'
 epub_author = u'Apache Software Foundation'
 epub_publisher = u'Apache Software Foundation'
-epub_copyright = u'2015, Apache Software Foundation'
+epub_copyright = u'2016, Apache Software Foundation'
 
 # The basename for the epub file. It defaults to the project name.
 #epub_basename = u'CloudStack Installation Documentation'
diff --git a/source/management-server/_pkg_repo.rst b/source/management-server/_pkg_repo.rst
index 2138092..f2606bc 100644
--- a/source/management-server/_pkg_repo.rst
+++ b/source/management-server/_pkg_repo.rst
@@ -53,7 +53,7 @@
 
    [cloudstack]
    name=cloudstack
-   baseurl=http://cloudstack.apt-get.eu/centos/6/4.7/
+   baseurl=http://cloudstack.apt-get.eu/centos/6/4.8/
    enabled=1
    gpgcheck=0
 
@@ -73,7 +73,7 @@
 
 .. sourcecode:: bash
 
-   deb http://cloudstack.apt-get.eu/ubuntu precise 4.7
+   deb http://cloudstack.apt-get.eu/ubuntu precise 4.8
 
 We now have to add the public key to the trusted keys.
 
diff --git a/source/qig.rst b/source/qig.rst
index 3085c6f..4158c1b 100644
--- a/source/qig.rst
+++ b/source/qig.rst
@@ -256,7 +256,7 @@
 
    [cloudstack]
    name=cloudstack
-   baseurl=http://cloudstack.apt-get.eu/centos/6/4.7/
+   baseurl=http://cloudstack.apt-get.eu/centos/6/4.8/
    enabled=1
    gpgcheck=0