mirror of
https://github.com/phpv8/v8js.git
synced 2024-12-22 14:01:53 +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>
|
||||
|
||||
<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>
|
||||
<license uri="http://www.php.net/license">PHP</license>
|
||||
<notes>
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include <v8.h>
|
||||
|
||||
/* V8Js Version */
|
||||
#define V8JS_VERSION "0.1.2"
|
||||
#define V8JS_VERSION "0.1.3"
|
||||
|
||||
/* Helper macros */
|
||||
#define V8JS_SYM(v) v8::String::NewSymbol(v, sizeof(v) - 1)
|
||||
|
Loading…
Reference in New Issue
Block a user