Merge pull request #599 from wiredfool/version

Bump all the version numbers
This commit is contained in:
Alex Clark ☺ 2014-04-02 18:29:53 -04:00
commit c7fae0b040
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
# ;-)
VERSION = '1.1.7' # PIL version
PILLOW_VERSION = '2.3.0' # Pillow
PILLOW_VERSION = '2.4.0' # Pillow
_plugins = ['ArgImagePlugin',
'BmpImagePlugin',

View File

@ -71,7 +71,7 @@
* See the README file for information on usage and redistribution.
*/
#define PILLOW_VERSION "2.3.0"
#define PILLOW_VERSION "2.4.0"
#include "Python.h"

View File

@ -87,7 +87,7 @@ except (ImportError, OSError):
NAME = 'Pillow'
VERSION = '2.3.0'
VERSION = '2.4.0'
TCL_ROOT = None
JPEG_ROOT = None
JPEG2K_ROOT = None