diff --git a/doc/INSTALL.txt b/doc/INSTALL.txt index 35d49ac3d..d53bda501 100644 --- a/doc/INSTALL.txt +++ b/doc/INSTALL.txt @@ -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 diff --git a/setup.py b/setup.py index ce97c9578..723f1788f 100644 --- a/setup.py +++ b/setup.py @@ -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):