about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--GNUmakefile2
-rw-r--r--README6
-rw-r--r--lib/raindrops.rb4
4 files changed, 10 insertions, 4 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index e36125a..e1fc604 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.2.0.GIT
+DEF_VER=v0.3.0.GIT
 
 LF='
 '
diff --git a/GNUmakefile b/GNUmakefile
index 0821082..d1f9687 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -53,7 +53,7 @@ NEWS: GIT-VERSION-FILE
 latest: NEWS
         @awk 'BEGIN{RS="=== ";ORS=""}NR==2{sub(/\n$$/,"");print RS""$$0 }' $<
 
-SINCE = 0.1.0
+SINCE = 0.2.1
 ChangeLog: LOG_VERSION = \
   $(shell git rev-parse -q "$(GIT_VERSION)" >/dev/null 2>&1 && \
           echo $(GIT_VERSION) || git describe)
diff --git a/README b/README
index 6ce7878..e2ce6a3 100644
--- a/README
+++ b/README
@@ -115,6 +115,12 @@ git itself.  See the Documentation/SubmittingPatches document
 distributed with git on on patch submission guidelines to follow.  Just
 don't email the git mailing list or maintainer with raindrops patches.
 
+raindrops is currently dual-licensed under the LGPLv2.1 and LGPLv3.  To
+allow for a transition to future versions of the LGPL, contributors are
+required to sign-off changes allowing allowing the project leader to
+relicense raindrops under newer versions of the LGPL (which should be
+similar in spirit to the existing LGPL).
+
 == Contact
 
 All feedback (bug reports, user/development discussion, patches, pull
diff --git a/lib/raindrops.rb b/lib/raindrops.rb
index e9a25eb..1a029bf 100644
--- a/lib/raindrops.rb
+++ b/lib/raindrops.rb
@@ -1,8 +1,8 @@
 # -*- encoding: binary -*-
 class Raindrops
 
-  # Raindrops is currently at version 0.2.0
-  VERSION = '0.2.0'
+  # Raindrops is currently at version 0.3.0
+  VERSION = '0.3.0'
 
   # Used to represent the number of +active+ and +queued+ sockets for
   # a single listen socket across all threads and processes on a