Skip to content

Commit e3ec339

Browse files
committed
ooop missed version number in header
1 parent 461706f commit e3ec339

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ I used 7.0.11 and configured with:
7777
```
7878
$ ./configure --prefix=/home/john/vips --enable-debug --enable-maintainer-zts \
7979
--enable-cgi --enable-cli --with-readline --with-openssl --with-zlib \
80-
--with-gd --with-jpeg-dir=/usr --with-libxml-dir=/usr
80+
--with-gd --with-jpeg-dir=/usr --with-libxml-dir=/usr --enable-mbstring
8181
```
8282

8383
You'll need libvips 8.0 or later, including all the headers for
@@ -91,7 +91,7 @@ libvips website, or build your own.
9191
$ pear package
9292
```
9393

94-
to make `vips-1.0.4.tgz`.
94+
to make `vips-1.0.5.tgz`.
9595

9696
To install by hand:
9797

php_vips.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
extern zend_module_entry vips_module_entry;
66
#define phpext_vips_ptr &vips_module_entry
77

8-
#define PHP_VIPS_VERSION "1.0.4"
8+
#define PHP_VIPS_VERSION "1.0.5"
99

1010
#ifdef PHP_WIN32
1111
# define PHP_VIPS_API __declspec(dllexport)

0 commit comments

Comments
 (0)