From 1cf98d16d1c3897ac8a4a059bd823476aace2d34 Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Wed, 9 Jul 2008 17:56:48 +1000 Subject: Adjusted version to be in line with previous standard --- CHANGELOG | 2 +- lib/facter.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4725c81..b8e9ab8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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. -- cgit