0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-11-08 13:48:40 +00:00

Fix version number in php_v8js_macros.h

This commit is contained in:
Stefan Siegl 2016-09-04 16:55:52 +02:00
parent be9b2ae6d3
commit a112d79196
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
<active>yes</active>
</lead>
<date>2016-09-04</date>
<time>14:44:32</time>
<time>14:55:37</time>
<version>
<release>1.3.2</release>
<api>1.3.2</api>
@ -207,7 +207,7 @@
<file baseinstalldir="/" md5sum="716540317726f97d61cbbdc155102e01" name="Makefile.frag" role="src" />
<file baseinstalldir="/" md5sum="f26e2b75e481750cd6b84bacb05b2c8b" name="Makefile.travis" role="src" />
<file baseinstalldir="/" md5sum="1e0ed87dab5e48352f5d007ae915de86" name="php_v8js.h" role="src" />
<file baseinstalldir="/" md5sum="f7d617950bd321e067c1043d0c60c604" name="php_v8js_macros.h" role="src" />
<file baseinstalldir="/" md5sum="6db9b5400f0daaccacccc4eefc371cb8" name="php_v8js_macros.h" role="src" />
<file baseinstalldir="/" md5sum="3bb002ba9653319bb949d9c0999f0c50" name="README.Linux.md" role="doc" />
<file baseinstalldir="/" md5sum="d686d8e52af92521d4b8b0e86d00c463" name="README.MacOS.md" role="doc" />
<file baseinstalldir="/" md5sum="7cdd500ee5f7587fadf84616399887e0" name="README.md" role="doc" />

View File

@ -60,7 +60,7 @@ extern "C" {
#endif
/* V8Js Version */
#define PHP_V8JS_VERSION "1.3.1"
#define PHP_V8JS_VERSION "1.3.2"
/* Helper macros */
#define V8JS_GET_CLASS_NAME(var, obj) \