lib/statemachine/version.rb in MINT-statemachine-1.2.2 vs lib/statemachine/version.rb in MINT-statemachine-1.2.3
- old
+ new
@@ -1,17 +1,17 @@
module Statemachine
module VERSION #:nodoc:
unless defined? MAJOR
MAJOR = 1
MINOR = 2
- TINY = 2
+ TINY = 3
STRING = [MAJOR, MINOR, TINY].join('.')
TAG = "REL_" + [MAJOR, MINOR, TINY].join('_')
NAME = "MINT-Statemachine"
URL = "http://www.multi-access.de/open-source-software/third-party-software-extensions/"
DESCRIPTION = "#{NAME}-#{STRING} - Statemachine Library for Ruby based on statemachine from http://slagyr.github.com/statemachine\n#{URL}"
end
end
-end
\ No newline at end of file
+end