about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-08-31 01:53:43 +0000
committerEric Wong <normalperson@yhbt.net>2012-08-31 01:53:43 +0000
commitfb671a2d316029169940d00a3f9307c3113541c4 (patch)
treecdb6c2e0b4a6667912d7d8492b2bde9373a411b4 /GIT-VERSION-GEN
parente794a40049959a23ba311c572e518bb7c2861812 (diff)
downloadrainbows-fb671a2d316029169940d00a3f9307c3113541c4.tar.gz
Fiber-based concurrency options avoids negative sleep
intervals.  Thanks to Lin Jen-Shin for pointing this out.
Diffstat (limited to 'GIT-VERSION-GEN')
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 9b8fa58..683b09d 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v4.4.0.GIT
+DEF_VER=v4.4.1.GIT
 
 LF='
 '