File: version.rb

package info (click to toggle)
ruby-amq-protocol 1.9.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 472 kB
  • ctags: 501
  • sloc: ruby: 4,975; 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 = "1.9.2"
  end # Protocol
end # AMQ