=begin
  version - version information of gettext_activerecord.

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