File: version.rb

package info (click to toggle)
ruby-dataobjects-mysql 0.10.17-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 372 kB
  • sloc: ansic: 1,420; ruby: 653; sh: 30; makefile: 13
file content (5 lines) | stat: -rw-r--r-- 68 bytes parent folder | download
1
2
3
4
5
module DataObjects
  module Mysql
    VERSION = '0.10.17'
  end
end