Libraries
»
rutemaweb
(0.9.5)
»
Index (V)
»
RutemaWeb
»
Version
Module: RutemaWeb::Version
Defined in:
lib/rutemaweb/main.rb
Overview
This module defines the version numbers for the library
Constant Summary
collapse
MAJOR =
0
MINOR =
9
TINY =
5
STRING =
[
MAJOR
,
MINOR
,
TINY
]
.
join
(
"
.
"
)