1
0
mirror of https://github.com/danog/ext-pq.git synced 2024-11-30 04:19:49 +01:00

update version header

This commit is contained in:
Michael Wallner 2019-03-04 07:35:51 +01:00
parent 5ba3107011
commit d6c8226407
No known key found for this signature in database
GPG Key ID: 480E3E14B0A4C7C7

View File

@ -14,7 +14,7 @@
#ifndef PHP_PQ_H
#define PHP_PQ_H
#define PHP_PQ_VERSION "2.1.5"
#define PHP_PQ_VERSION "2.2.0dev"
#ifdef PHP_WIN32
# define PHP_PQ_API __declspec(dllexport)