summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2013-07-31 19:43:53 +0200
committerJan Lehnardt <jan@apache.org>2013-08-02 21:17:04 +0200
commitf5d2311d575dcd2f6c5944c1c1679ef6b6cd1aa7 (patch)
tree12a0674ca1dfa9f381a040c7285aa36cdd2d07c3
parentaf166c8264999d2692077dc5515a131f887c6ad5 (diff)
downloadcouchdb-f5d2311d575dcd2f6c5944c1c1679ef6b6cd1aa7.tar.gz
Use the same version hash in the entire readme.
Thanks @etrepum.
-rw-r--r--src/couch_plugins/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couch_plugins/README.md b/src/couch_plugins/README.md
index 8384a97c0..de0630931 100644
--- a/src/couch_plugins/README.md
+++ b/src/couch_plugins/README.md
@@ -108,7 +108,7 @@ Futon (or you) post an object to `/_plugins` with four properties:
{
"name": "geocouch", // name of the plugin, must be unique
"url": "http://people.apache.org/~jan", // “base URL” for plugin releases (see below)
- "version": "couchdb1.2.x_v0.3.0-11-gd83ba22", // whatever version internal to the plugin
+ "version": "couchdb1.2.x_v0.3.0-11-g4ea0bea", // whatever version internal to the plugin
"checksums": {
"R15B03": "ZetgdHj2bY2w37buulWVf3USOZs=" // base64’d sha hash over the binary
}