Onward to 1.1, I think? And some doc fixes.

This commit is contained in:
Alex Clark 2010-07-31 02:14:07 -04:00
parent 8dfa8281d1
commit 22f08d1fbb
2 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@ Ubuntu 9.10 (karmic), use the following command:
When you have everything you need, unpack the PIL distribution
(the file Imaging-1.1.7.tar.gz) in a suitable work directory:
(the file Imaging-1.1.7.tar.gz) in a suitable work directory::
$ cd MyExtensions # example
$ gunzip Imaging-1.1.7.tar.gz
@ -93,7 +93,7 @@ When you have everything you need, unpack the PIL distribution
Build the library. We recommend that you do an in-place build,
and run the self test before installing.
and run the self test before installing.::
$ cd Imaging-1.1.7
$ python setup.py build_ext -i

View File

@ -104,7 +104,7 @@ def find_version(filename):
return None
#VERSION = find_version("PIL/Image.py")
VERSION = "1.0"
VERSION = "1.1"
class pil_build_ext(build_ext):