Skip to content

Commit

Permalink
Added version output for flamingo and flamingod
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayes Davis committed Jul 20, 2010
1 parent 805dce7 commit 79a7c52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/flamingo
Expand Up @@ -5,6 +5,8 @@ require 'flamingo'

include Flamingo

puts "Flamingo client #{Flamingo::VERSION}"

begin
Flamingo.configure!(ARGV[0])
rescue => e
Expand Down
2 changes: 2 additions & 0 deletions bin/flamingod
Expand Up @@ -4,6 +4,8 @@ $LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/../lib')
require 'flamingo'
require 'optparse'

puts "Starting flamingod #{Flamingo::VERSION}"

begin
options = {:daemonize => nil, :config => nil}

Expand Down

0 comments on commit 79a7c52

Please sign in to comment.