| Class | Paludis::VersionSpec |
| In: |
../../../ruby/action.cc
|
| Parent: | Object |
A VersionSpec represents a version number (for example, 1.2.3b-r1). Includes Comparable
This is used by the ~> operator. It returns a VersionSpec where the next to last number is one greater (e.g. 5.3.1 => 5.4). Any non number parts are stripped (e.g. 1.2.3_alpha4-r5 => 1.3).