If you have an include/v8-version.h, you don't have 4.2.77. It was introduced with 4.4.1. 4.2.77 has char* V8::GetVersion().
On Fri, May 8, 2015 at 11:58 PM, Александр Поберезниченко <[email protected]> wrote: >>> #define V8_MAJOR_VERSION 4 >>> >>> #define V8_MINOR_VERSION 4 >>> >>> #define V8_BUILD_NUMBER 0 >>> >>> #define V8_PATCH_LEVEL > > > But I have version 4.2.77 installed > > -- > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > --- > You received this message because you are subscribed to the Google Groups > "v8-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
