A corporation manager and dashboard for EVE Online
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.
 
 
 
 
 

8 lines
164 B

  1. module Calefaction::Version
  2. MAJOR = 0
  3. MINOR = 1
  4. PATCH = 0
  5. RELEASE = false
  6. VERSION_STRING = "#{MAJOR}.#{MINOR}.#{PATCH}#{"-dev" unless RELEASE}"
  7. end