about summary refs log tree commit homepage
path: root/lib/raindrops.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-04-07 17:44:50 -0700
committerEric Wong <normalperson@yhbt.net>2010-04-07 17:44:50 -0700
commit2eb54ed4024c544448a712ffe4acd1e575823c9f (patch)
treeab143f7e8ad5c83539903254bd93a3798ecbb550 /lib/raindrops.rb
parentae4faee4054d7c9d95ef95a47c794185a5c20bd8 (diff)
downloadraindrops-2eb54ed4024c544448a712ffe4acd1e575823c9f.tar.gz
initial release
Diffstat (limited to 'lib/raindrops.rb')
-rw-r--r--lib/raindrops.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/raindrops.rb b/lib/raindrops.rb
index 693358a..8b7debd 100644
--- a/lib/raindrops.rb
+++ b/lib/raindrops.rb
@@ -1,6 +1,9 @@
 # -*- encoding: binary -*-
 class Raindrops
 
+  # Raindrops is currently at version 0.1.0
+  VERSION = '0.1.0'
+
   # Used to represent the number of +active+ and +queued+ sockets for
   # a single listen socket across all threads and processes on a
   # machine.