about summary refs log tree commit homepage
path: root/lib/sleepy_penguin.rb
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2010-09-26 04:00:30 +0000
committerEric Wong <e@yhbt.net>2010-09-26 04:00:30 +0000
commit63b5fa10ae2f196f392bc6a9360ed2343215ce78 (patch)
tree7f6a929e59797ceea560ead5fd78b6a7e96a4351 /lib/sleepy_penguin.rb
parent1ad58cb0fd9045b8fa26b85d68ddf2eb06827dd3 (diff)
downloadsleepy_penguin-63b5fa10ae2f196f392bc6a9360ed2343215ce78.tar.gz
We shall release without SignalFD support
Diffstat (limited to 'lib/sleepy_penguin.rb')
-rw-r--r--lib/sleepy_penguin.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/sleepy_penguin.rb b/lib/sleepy_penguin.rb
index c8cd8d3..1a5c441 100644
--- a/lib/sleepy_penguin.rb
+++ b/lib/sleepy_penguin.rb
@@ -1,5 +1,7 @@
 # -*- encoding: binary -*-
 module SleepyPenguin
-  VERSION = '1.0.0'
+
+  # the version of sleepy penguin, currently 1.0.0
+  SLEEPY_PENGUIN_VERSION = '1.0.0'
 end
 require 'sleepy_penguin_ext'