README: Bump example snapshot versions from 2.71 to 3.2
authorW. Trevor King <wking@tremily.us>
Fri, 5 Apr 2013 23:12:00 +0000 (19:12 -0400)
committerW. Trevor King <wking@tremily.us>
Fri, 5 Apr 2013 23:12:00 +0000 (19:12 -0400)
Now that we have releases in the 3.x line, we should be pointing users
in that direction.  These version numbers should probably be bumped
with each release :(.

Signed-off-by: W. Trevor King <wking@tremily.us>
README

diff --git a/README b/README
index cd7995e1e82bd03347b7edcd812952c17a70e862..e9bd7d0af77079f54b44a93a5402c91eb80200cb 100644 (file)
--- a/README
+++ b/README
@@ -58,12 +58,12 @@ from several equivalent formats.
 
 1. A ``.zip`` file (suggested for Microsoft Windows users)::
 
-    $ wget https://github.com/wking/rss2email/archive/v2.71.zip
+    $ wget https://github.com/wking/rss2email/archive/v3.2.zip
     $ unzip rss2email-*.zip
 
 2. A ``.tar.gz`` file (suggested for everyone else)::
 
-    $ wget https://github.com/wking/rss2email/archive/v2.71.tar.gz
+    $ wget https://github.com/wking/rss2email/archive/v3.2.tar.gz
     $ tar xvf rss2email*.tar.gz
 
 3. A Git_ checkout (suggested for developers)::