diff --git a/config/rootfiles/updater/filelists/other b/config/rootfiles/updater/filelists/other
index 2e8834dca..bcf49116d 100644
--- a/config/rootfiles/updater/filelists/other
+++ b/config/rootfiles/updater/filelists/other
@@ -5,6 +5,7 @@ etc/rc.d/init.d/network
etc/rc.d/init.d/networking/any
etc/rc.d/init.d/networking/red
etc/rc.d/init.d/networking/red.up/40-ipac
+etc/linuxigd/gatedesc.xml
usr/local/bin/getiptstate
usr/local/bin/makegraphs
srv/web/ipfire/cgi-bin/speed.cgi
diff --git a/config/upnp/gatedesc.xml b/config/upnp/gatedesc.xml
index 07dc07be7..3d878194a 100755
--- a/config/upnp/gatedesc.xml
+++ b/config/upnp/gatedesc.xml
@@ -9,7 +9,7 @@
IPFire UPnP Device
IPFire Project
http://www.ipfire.org
- IPFire 2.1
+ IPFire 2.2
uuid:75802409-bccb-40e7-8e6c-fa095ecce13e
@@ -37,9 +37,9 @@
http://www.ipfire.org
WAN Device on Linux IGD
IPFire
- 2.1
+ 2.2
http://linux-igd.sourceforge.net
- 2.1
+ 2.2
uuid:75802409-bccb-40e7-8e6c-fa095ecce13e
Linux IGD
@@ -59,9 +59,9 @@
http://www.ipfire.org
Internet connection on Linux IPFire Firewall
IPFire
- 2.1
+ 2.2
http://www.ipfire.org
- 2.1
+ 2.2
uuid:75802409-bccb-40e7-8e6c-fa095ecce13e
Linux IGD
diff --git a/html/cgi-bin/samba.cgi b/html/cgi-bin/samba.cgi
index 1c1939cfd..85d8add67 100644
--- a/html/cgi-bin/samba.cgi
+++ b/html/cgi-bin/samba.cgi
@@ -73,7 +73,7 @@ my %servicenames = ('SMB Daemon' => 'smbd','NetBIOS Nameserver' => 'nmbd');
$sambasettings{'WORKGRP'} = 'homeip.net';
$sambasettings{'NETBIOSNAME'} = 'IPFire';
-$sambasettings{'SRVSTRING'} = 'Samba running on IPFire 2.1';
+$sambasettings{'SRVSTRING'} = 'Samba running on IPFire 2.2';
$sambasettings{'INTERFACES'} = '';
$sambasettings{'SECURITY'} = 'share';
$sambasettings{'OSLEVEL'} = '33';
diff --git a/make.sh b/make.sh
index 0d55a9b63..cd3601307 100755
--- a/make.sh
+++ b/make.sh
@@ -24,8 +24,8 @@
NAME="IPFire" # Software name
SNAME="ipfire" # Short name
-VERSION="2.2-test"
-GIT_BRANCH=rspezial:rspezial # Version number
+VERSION="2.2"
+GIT_BRANCH=master:master # Version number
SLOGAN="www.ipfire.org" # Software slogan
CONFIG_ROOT=/var/ipfire # Configuration rootdir
NICE=10 # Nice level