2011-12-14 22:01:35 +00:00
|
|
|
#! /usr/bin/ruby
|
|
|
|
|
|
|
|
=begin
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
What is the currently-selected version?
|
|
|
|
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
=end
|
|
|
|
|
2013-10-21 15:21:54 -04:00
|
|
|
require File.expand_path('subscripts/common', File.dirname(__FILE__))
|
2011-12-14 22:01:35 +00:00
|
|
|
|
|
|
|
puts "Current version is #{@version_name}"
|
|
|
|
|