aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/gems/gettext-2.1.0/lib/gettext/version.rb
blob: c1de5bc070b6fa7ae522044790c891e4e9e65219 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /usr/bin/ruby
=begin
  version - version information of Ruby-GetText-Package

  Copyright (C) 2005-2009 Masao Mutoh
 
  You may redistribute it and/or modify it under the same
  license terms as Ruby or LGPL.
=end
module GetText
  VERSION = "2.1.0"
end