File: version.rb

package info (click to toggle)
ruby-amq-protocol 0.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 392 kB
  • sloc: ruby: 4,212; python: 247; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 78 bytes parent folder | download
1
2
3
4
5
module AMQ
  module Protocol
    VERSION = "0.9.2"
  end # Protocol
end # AMQ