You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebindings/tqtruby/rubylib/examples/ruboids/ruboids/info.rb

13 lines
324 B

#
# Copyright (c) 2001 by Jim Menard <jimm@io.com>
#
# Released under the same license as Ruby. See
# http://www.ruby-lang.org/en/LICENSE.txt.
#
VERSION_MAJOR = 0
VERSION_MINOR = 0
VERSION_TWEAK = 1
Version = "#{VERSION_MAJOR}.#{VERSION_MINOR}.#{VERSION_TWEAK}"
Copyright = 'Copyright (c) 2001 by Jim Menard <jimm@io.com>'