summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2008-07-08 14:36:57 +1000
committerJames Turnbull <james@lovedthanlost.net>2008-07-08 14:36:57 +1000
commit85de15990824b2f152e137f5ea05003affc87a4f (patch)
treef177b56938e9a066d7668072c035129a1e6ba9ab
parentfd0a39462c916d7f0c7771fdc344f9116822108c (diff)
parent7042c4690aa9c23126c4395e0911a890c1fa17a3 (diff)
Merge branch 'master' of git://reductivelabs.com/facter
-rw-r--r--conf/redhat/facter.spec2
-rw-r--r--lib/facter.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/redhat/facter.spec b/conf/redhat/facter.spec
index befbd4b..0e360cf 100644
--- a/conf/redhat/facter.spec
+++ b/conf/redhat/facter.spec
@@ -5,7 +5,7 @@
Summary: Ruby module for collecting simple facts about a host operating system
Name: facter
-Version: 1.5.0
+Version: 1.5
Release: 1%{?dist}
License: GPL
Group: System Environment/Base
diff --git a/lib/facter.rb b/lib/facter.rb
index 2348b02..0885349 100644
--- a/lib/facter.rb
+++ b/lib/facter.rb
@@ -27,7 +27,7 @@ module Facter
include Comparable
include Enumerable
- FACTERVERSION = '1.3.8'
+ FACTERVERSION = '1.5'
# = Facter
# Functions as a hash of 'facts' you might care about about your
# system, such as mac address, IP address, Video card, etc.