Skip to content

Commit a112d79

Browse files
committed
Fix version number in php_v8js_macros.h
1 parent be9b2ae commit a112d79

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: package.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<active>yes</active>
1818
</lead>
1919
<date>2016-09-04</date>
20-
<time>14:44:32</time>
20+
<time>14:55:37</time>
2121
<version>
2222
<release>1.3.2</release>
2323
<api>1.3.2</api>
@@ -207,7 +207,7 @@
207207
<file baseinstalldir="/" md5sum="716540317726f97d61cbbdc155102e01" name="Makefile.frag" role="src" />
208208
<file baseinstalldir="/" md5sum="f26e2b75e481750cd6b84bacb05b2c8b" name="Makefile.travis" role="src" />
209209
<file baseinstalldir="/" md5sum="1e0ed87dab5e48352f5d007ae915de86" name="php_v8js.h" role="src" />
210-
<file baseinstalldir="/" md5sum="f7d617950bd321e067c1043d0c60c604" name="php_v8js_macros.h" role="src" />
210+
<file baseinstalldir="/" md5sum="6db9b5400f0daaccacccc4eefc371cb8" name="php_v8js_macros.h" role="src" />
211211
<file baseinstalldir="/" md5sum="3bb002ba9653319bb949d9c0999f0c50" name="README.Linux.md" role="doc" />
212212
<file baseinstalldir="/" md5sum="d686d8e52af92521d4b8b0e86d00c463" name="README.MacOS.md" role="doc" />
213213
<file baseinstalldir="/" md5sum="7cdd500ee5f7587fadf84616399887e0" name="README.md" role="doc" />

Diff for: php_v8js_macros.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ extern "C" {
6060
#endif
6161

6262
/* V8Js Version */
63-
#define PHP_V8JS_VERSION "1.3.1"
63+
#define PHP_V8JS_VERSION "1.3.2"
6464

6565
/* Helper macros */
6666
#define V8JS_GET_CLASS_NAME(var, obj) \

0 commit comments

Comments
 (0)