diff options
author | James Turnbull <james@lovedthanlost.net> | 2008-07-09 17:56:48 +1000 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2008-07-09 17:56:48 +1000 |
commit | 1cf98d16d1c3897ac8a4a059bd823476aace2d34 (patch) | |
tree | d12a9a6049d2f88f547fc4e0ba3981a7d3f70050 | |
parent | cd5226657efaa011db4bdd2cce39f711c879c75e (diff) | |
download | facter-1cf98d16d1c3897ac8a4a059bd823476aace2d34.tar.gz facter-1cf98d16d1c3897ac8a4a059bd823476aace2d34.tar.xz facter-1cf98d16d1c3897ac8a4a059bd823476aace2d34.zip |
Adjusted version to be in line with previous standard
-rw-r--r-- | CHANGELOG | 2 | ||||
-rw-r--r-- | lib/facter.rb | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -1.5: +1.5.0: Fixed #1400 - OperatingSystemRelease should now work on CentOS Changed 'timeout' option to 'limit' to avoid scope issue diff --git a/lib/facter.rb b/lib/facter.rb index 0885349..36889c8 100644 --- a/lib/facter.rb +++ b/lib/facter.rb @@ -27,7 +27,7 @@ module Facter include Comparable include Enumerable - FACTERVERSION = '1.5' + FACTERVERSION = '1.5.0' # = Facter # Functions as a hash of 'facts' you might care about about your # system, such as mac address, IP address, Video card, etc. |