about summary refs log tree commit
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-13 14:56:51 -0800
committerEric Wong <normalperson@yhbt.net>2010-12-13 14:56:51 -0800
commit2d4cd61209a72da6ab81d36da81d3211be71764e (patch)
tree19dfa88b299ed69d3c8e156115965cc610518000
parent636cca450a01da311a92dfbc85f08cd20bdae02d (diff)
downloadmetropolis-2d4cd61209a72da6ab81d36da81d3211be71764e.tar.gz
metropolis 0.1.0 - initial release v0.1.0
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.
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
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='
 '