Skip to content
This repository was archived by the owner on Feb 14, 2019. It is now read-only.

Commit aec05a5

Browse files
committed
version 2.0.1
1 parent 7566486 commit aec05a5

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

lib/ldap_sync/version.rb

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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/>.
118
module 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

0 commit comments

Comments
 (0)