From 769e415001b8202cfe29803562bf6d4bf2e5e168 Mon Sep 17 00:00:00 2001 From: "@RubenKelevra" Date: Sun, 12 Apr 2015 00:18:17 +0200 Subject: [PATCH] update version number --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c736d3b..8ac3f038 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ If you're new to Gluon and ready to get your feet wet, have a look at the 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.4`. +and switch to one by running `git checkout v0.6.1beta1`. To select one of our sites, use first `./get-sites` and select one out of `sites-repo` with e.g. `./set-site vfnnrw/leverkusen`. To make a stable-build for e.g. leverkusen run: `git clone https://github.com/VfN-NRW/gluon.git vfnnrw-gluon` `cd vfnnrw-gluon` -`git checkout 2014.4.x` +`git checkout v0.6.1beta1` `./set-site vfnnrw/leverkusen` `make update` `make -j4 GLUON_BRANCH=stable`