From c3155361954a4f0ca6c204ad1539bb20af34f19e Mon Sep 17 00:00:00 2001 From: "@RubenKelevra" Date: Fri, 3 Apr 2015 20:00:07 +0200 Subject: [PATCH] fix latest stable-release-branch for master --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bd1306d..acb027fb 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ our mailinglist to discuss it first. Please refrain from using the master branch for anything else but development purposes! Use the most recent release instead. You can list all relaseses by running `git branch -a` -and switch to one by running `git checkout v2014.3;make update`. +and switch to one by running `git checkout v2014.4;make update`. If you're using the autoupdater, do not autoupdate nodes with anything but releases. If you upgrade using random master commits the nodes *will break* eventually.