update version number

This commit is contained in:
@RubenKelevra 2015-04-12 00:18:17 +02:00
parent 1f655e05dd
commit 769e415001

View File

@ -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! 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` 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 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: To make a stable-build for e.g. leverkusen run:
`git clone https://github.com/VfN-NRW/gluon.git vfnnrw-gluon` `git clone https://github.com/VfN-NRW/gluon.git vfnnrw-gluon`
`cd vfnnrw-gluon` `cd vfnnrw-gluon`
`git checkout 2014.4.x` `git checkout v0.6.1beta1`
`./set-site vfnnrw/leverkusen` `./set-site vfnnrw/leverkusen`
`make update` `make update`
`make -j4 GLUON_BRANCH=stable` `make -j4 GLUON_BRANCH=stable`