From 2d4cd61209a72da6ab81d36da81d3211be71764e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 13 Dec 2010 14:56:51 -0800 Subject: metropolis 0.1.0 - initial release A key-value store for Rack. It emulates the basic REST functionality (PUT/GET/DELETE) of TokyoTyrant as a Rack handler. TDB is the primary DBM supported but TokyoCabinet (hash) is supported as well. For TDB, it is multi-process safe, but is currently not thread-safe due to limitations of the upstream TDB library. --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 92e03e3..4e7f0e3 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v0.0.0.GIT +DEF_VER=v0.1.0.GIT LF=' ' -- cgit v1.2.3-24-ge0c7