about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2010-10-05 16:09:40 -0700
committerEric Wong <e@yhbt.net>2010-10-05 16:09:40 -0700
commit414dd17f1009c571e2d7657721271756e3d4dd8e (patch)
tree112378c0c5f4b6014d4b7b4bf82ea00356485c90
parente085bb9600b190692beb5efc85656ebf127ae08c (diff)
downloadkgio-1.2.0.tar.gz
The C extension is now split into several files for
ease-of-maintenance.

Slightly more common, client-triggerable exceptions (EOFError,
Errno::EPIPE, Errno::ECONNRESET) are now less expensive as they
are generated without backtraces.
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 4251f36..b89cbb0 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.1.0.GIT
+DEF_VER=v1.2.0.GIT
 
 LF='
 '