mirror of
https://github.com/phpv8/v8js.git
synced 2024-12-22 19:51:51 +00:00
- Fix version
This commit is contained in:
parent
325b54d9d5
commit
7c8c24ab72
@ -17,7 +17,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
|
|||||||
</lead>
|
</lead>
|
||||||
|
|
||||||
<date>2012-06-12</date>
|
<date>2012-06-12</date>
|
||||||
<version><release>0.1.2</release><api>0.1.2</api></version>
|
<version><release>0.1.3</release><api>0.1.3</api></version>
|
||||||
<stability><release>beta</release><api>beta</api></stability>
|
<stability><release>beta</release><api>beta</api></stability>
|
||||||
<license uri="http://www.php.net/license">PHP</license>
|
<license uri="http://www.php.net/license">PHP</license>
|
||||||
<notes>
|
<notes>
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#include <v8.h>
|
#include <v8.h>
|
||||||
|
|
||||||
/* V8Js Version */
|
/* V8Js Version */
|
||||||
#define V8JS_VERSION "0.1.2"
|
#define V8JS_VERSION "0.1.3"
|
||||||
|
|
||||||
/* Helper macros */
|
/* Helper macros */
|
||||||
#define V8JS_SYM(v) v8::String::NewSymbol(v, sizeof(v) - 1)
|
#define V8JS_SYM(v) v8::String::NewSymbol(v, sizeof(v) - 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user