Bump all the version numbers

This commit is contained in:
wiredfool 2014-04-02 15:25:46 -07:00
parent 120915411c
commit 7b4768a9fa
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