summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorJakub Kramarz <lenwe@lenwe.net>2013-08-14 12:09:00 +0200
committerJakub Kramarz <lenwe@lenwe.net>2013-08-14 12:09:00 +0200
commitbf6133b95635d97ed4993c900e07d7a52715cbf8 (patch)
treec506af5d558448158c08a429570b58f14456aa24 /doc/install
parenta6e57749dccb2373dc13089006eba770bc376a67 (diff)
downloadgitlab-ce-bf6133b95635d97ed4993c900e07d7a52715cbf8.tar.gz
Update installation.md
Isn't 5.4 current stable?
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/installation.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 76dbd4f3c19..8ec0998e5bd 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -153,10 +153,10 @@ To setup the MySQL/PostgreSQL database and dependencies please see [`doc/install
cd /home/git/gitlab
# Checkout to stable release
- sudo -u git -H git checkout 5-3-stable
+ sudo -u git -H git checkout 5-4-stable
**Note:**
-You can change `5-3-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
+You can change `5-4-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
## Configure it