commit 2c04d9e387c7236c6c570f0f7c4e48bd41176647
Author: Roger Pueyo Centelles <roger.pueyo@guifi.net>
Date:   Wed Dec 10 12:21:52 2014 +0100

    qMp 3.1 Clearance

diff --git a/Makefile b/Makefile
index c9e14c7..0220d22 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ OWRT_SCM = git clone git://git.openwrt.org/14.07/openwrt.git
 OWRT_PKG_SCM = git clone -b for-14.07 https://github.com/openwrt/packages.git
 QMP_GIT_RW = ssh://gitolite@qmp.cat:qmp.git
 QMP_GIT_RO = git://qmp.cat/qmp.git
-QMP_GIT_BRANCH ?= 3.1-rc1
+QMP_GIT_BRANCH ?= master
 BUILD_DIR = build
 CONFIG_DIR = configs
 MY_CONFIGS = $(BUILD_DIR)/configs
@@ -42,7 +42,7 @@ VERSION_REPO ?= http://fw.qmp.cat/$(QMP_GIT_BRANCH)_openwrt-%T-generic/packages
 VERSION_DIST ?= qMp
 VERSION_NICK ?= Clearance
 VERSION_CODE ?= Clearance
-VERSION_NUMBER ?= testing
+VERSION_NUMBER ?= 3.1
 
 include targets.mk
 
diff --git a/nightlycompile.sh b/nightlycompile.sh
index f049c68..745ab51 100755
--- a/nightlycompile.sh
+++ b/nightlycompile.sh
@@ -14,7 +14,7 @@ MAIL="admin@qmp.cat"
 DAYS_TO_PRESERVE="10"
 
 COMMUNITY=${COMMUNITY:-qMp}
-BRANCH=${BRANCH:-3.1-rc}
+BRANCH=${BRANCH:-3.1}
 
 # If target is not specified, compiling for all targets
 TARGETS=${TARGETS:-$(make list_targets)}
