Skip to content

Commit

Permalink
Release 1.7.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
zedshaw committed Jun 21, 2011
1 parent 6d9108a commit 79a792c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,14 @@ Features
Download
--------

Mongrel2 is now 1.7.3 as of *Sat Jun 11 22:13:23 PDT 2011*:
Mongrel2 is now 1.7.4 as of *Tue Jun 21 09:16:15 PDT 2011*:

* [mongrel2-1.7.3.tar.bz2](http://mongrel2.org/static/downloads/mongrel2-1.7.3.tar.bz2) MD5: bb0f85fdd2bc7c83286be5335a10c743
* [mongrel2-1.7.4.tar.bz2](http://mongrel2.org/static/downloads/mongrel2-1.7.4.tar.bz2) MD5:

Documentation
-------------

You can get documentation and read more about it at [mongrel2.org](http://mongrel2.org).
There is a full manual available at [mongrel2.org](http://mongrel2.org/static/mongrel2-manual.html)
covering every aspect of Mongrel2, with more as we write features.


2 changes: 1 addition & 1 deletion docs/manual/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
JUNK_FILES=book-final.* *.aux *.log styles/*.aux
SOURCE=book
WEBSITE=$(USER)@mongrel2.org:deployment/files/static
WEBSITE=$(USER)@mongrel2.org:/var/www/mongrel2.org/static/
FINAL=book-final

draft: book-final.dvi
Expand Down
4 changes: 2 additions & 2 deletions docs/wiki/mongrel2.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ technologies. <img src="http://mongrel2.org/static/logo.png" align="right"></p>

<h2><a name="download">Download</a></h2>

<p>Mongrel2 is now 1.7.2 as of Fri Jun 10 08:36:14 PDT 2011</p>
<p>Mongrel2 is now 1.7.4:</p>

<ul>
<li><a href="/static/downloads/mongrel2-1.7.3.tar.bz2">mongrel2-1.7.3.tar.bz2</a></li>
<li><a href="/static/downloads/mongrel2-1.7.4.tar.bz2">mongrel2-1.7.4.tar.bz2</a></li>
</ul>


Expand Down
2 changes: 1 addition & 1 deletion examples/python/mongrel2/config/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ def version_command():
Prints out the version of your mongrel2 binary."
"""

print "Mongrel2/1.7.3"
print "Mongrel2/1.7.4"



Expand Down
2 changes: 1 addition & 1 deletion examples/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'url': 'http://pypi.python.org/pypi/mongrel2-python',
'download_url': 'http://pypi.python.org/pypi/mongrel2-python',
'author_email': 'zedshaw@zedshaw.com',
'version': '1.7.3',
'version': '1.7.4',
'install_requires': ['nose', 'simplejson', 'pyrepl', 'storm'],
'packages': ['mongrel2', 'mongrel2.config'],
'package_data': {'mongrel2': ['sql/config.sql']},
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#define VERSION "Mongrel2/1.7.3"
#define VERSION "Mongrel2/1.7.4"


0 comments on commit 79a792c

Please sign in to comment.