This repository was archived by the owner on Feb 14, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed
Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change 1+ # encoding: utf-8
2+ # Copyright (C) 2011-2013 The Redmine LDAP Sync Authors
3+ #
4+ # This file is part of Redmine LDAP Sync.
5+ #
6+ # Redmine LDAP Sync is free software: you can redistribute it and/or modify
7+ # it under the terms of the GNU General Public License as published by
8+ # the Free Software Foundation, either version 3 of the License, or
9+ # (at your option) any later version.
10+ #
11+ # Redmine LDAP Sync is distributed in the hope that it will be useful,
12+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
13+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+ # GNU General Public License for more details.
15+ #
16+ # You should have received a copy of the GNU General Public License
17+ # along with Redmine LDAP Sync. If not, see <http://www.gnu.org/licenses/>.
118module LdapSync
219 module VERSION #:nodoc:
320 MAJOR = 2
@@ -8,7 +25,7 @@ module VERSION #:nodoc:
825 # * official release: nil
926 # * stable branch: stable
1027 # * trunk: devel
11- BRANCH = 'devel'
28+ BRANCH = nil
1229
1330 # Retrieves the revision from the working copy
1431 def self . revision
@@ -33,4 +50,4 @@ def self.revision
3350 def self . to_a ; ARRAY end
3451 def self . to_s ; STRING end
3552 end
36- end
53+ end
You can’t perform that action at this time.
0 commit comments