Commit 4e33ae0926eb179b6c4a636f648c08ac02a1e800

Authored by Dmitriy Zaporozhets
2 parents 398876ad 42220f2a

Merge branch 'oudated-version-headers' into 'master'

Oudated Version Headers

If we don't update version numbers we should not include them since they are confusing.
lib/support/init.d/gitlab
... ... @@ -3,7 +3,6 @@
3 3 # GITLAB
4 4 # Maintainer: @randx
5 5 # Authors: rovanion.luckey@gmail.com, @randx
6   -# App Version: 6.0
7 6  
8 7 ### BEGIN INIT INFO
9 8 # Provides: gitlab
... ...
lib/support/nginx/gitlab
1 1 # GITLAB
2 2 # Maintainer: @randx
3   -# App Version: 5.0
4 3  
5 4 upstream gitlab {
6 5 server unix:/home/git/gitlab/tmp/sockets/gitlab.socket;
... ...