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

Commit

Permalink
version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thorin committed Jun 20, 2013
1 parent 7566486 commit aec05a5
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions lib/ldap_sync/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# encoding: utf-8
# Copyright (C) 2011-2013 The Redmine LDAP Sync Authors
#
# This file is part of Redmine LDAP Sync.
#
# Redmine LDAP Sync is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Redmine LDAP Sync is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Redmine LDAP Sync. If not, see <http://www.gnu.org/licenses/>.
module LdapSync
module VERSION #:nodoc:
MAJOR = 2
Expand All @@ -8,7 +25,7 @@ module VERSION #:nodoc:
# * official release: nil
# * stable branch: stable
# * trunk: devel
BRANCH = 'devel'
BRANCH = nil

# Retrieves the revision from the working copy
def self.revision
Expand All @@ -33,4 +50,4 @@ def self.revision
def self.to_a; ARRAY end
def self.to_s; STRING end
end
end
end

0 comments on commit aec05a5

Please sign in to comment.