From 534eed2e09b7335d475d5f9d2b1f8743aa211e78 Mon Sep 17 00:00:00 2001 From: Matthew Hicks Date: Mon, 23 Jun 2008 10:18:11 -0400 Subject: More RPM fixes to get the cloudmaster-sync working from scratch RPM dependency fixups --- cloudmasterd/lib/cloudmasterd/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cloudmasterd/lib') diff --git a/cloudmasterd/lib/cloudmasterd/version.rb b/cloudmasterd/lib/cloudmasterd/version.rb index 457ad80..d618c1c 100644 --- a/cloudmasterd/lib/cloudmasterd/version.rb +++ b/cloudmasterd/lib/cloudmasterd/version.rb @@ -2,7 +2,7 @@ module Cloudmasterd #:nodoc: module VERSION #:nodoc: MAJOR = 0 MINOR = 1 - TINY = 9 + TINY = 10 STRING = [MAJOR, MINOR, TINY].join('.') end -- cgit