Version Bump

This commit is contained in:
wiredfool 2013-12-11 15:05:54 -08:00
parent a654debd7c
commit 72e54e1c53
4 changed files with 10 additions and 3 deletions

View File

@ -1,6 +1,13 @@
Changelog (Pillow)
==================
2.2.2 (2013-12-11)
------------------
- Fix #427: compiling with FreeType 2.5.1
[stromnov]
2.2.1 (2013-10-02)
------------------

View File

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

View File

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

View File

@ -82,7 +82,7 @@ except ImportError:
NAME = 'Pillow'
VERSION = '2.2.1'
VERSION = '2.2.2'
TCL_ROOT = None
JPEG_ROOT = None
ZLIB_ROOT = None