about summary refs log tree commit homepage
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
parentae4faee4054d7c9d95ef95a47c794185a5c20bd8 (diff)
downloadraindrops-2eb54ed4024c544448a712ffe4acd1e575823c9f.tar.gz
initial release
-rw-r--r--.gitignore1
-rw-r--r--lib/raindrops.rb3
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index be0d7ed..fb5991b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,7 +8,6 @@ Makefile
 /NEWS
 /ChangeLog
 /.manifest
-/GIT-VERSION-FILE
 /man
 /pkg
 /doc
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.