Skip to content

Commit

Permalink
Fix version number in php_v8js_macros.h
Browse files Browse the repository at this point in the history
  • Loading branch information
stesie committed Sep 4, 2016
1 parent be9b2ae commit a112d79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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" />
Expand Down
2 changes: 1 addition & 1 deletion php_v8js_macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit a112d79

Please sign in to comment.