Skip to content

Commit

Permalink
Merge pull request #22 from mamod/v2.0.1
Browse files Browse the repository at this point in the history
update duktape to v2.0.1
  • Loading branch information
mamod authored Feb 8, 2017
2 parents cf80523 + d95d666 commit f9f9c60
Show file tree
Hide file tree
Showing 5 changed files with 231 additions and 121 deletions.
2 changes: 1 addition & 1 deletion lib/JavaScript/Duktape.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;
use Carp;
use Data::Dumper;
use Scalar::Util 'looks_like_number';
our $VERSION = '2.0.0';
our $VERSION = '2.0.1';

my $GlobalRef = {};
my $THIS;
Expand Down
6 changes: 3 additions & 3 deletions lib/JavaScript/Duktape/C/lib/duk_config.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
* duk_config.h configuration header generated by genconfig.py.
*
* Git commit: 4180966c47d6d87106008dd4338de8d507c8072b
* Git describe: v2.0.0
* Git branch: master
* Git commit: 3f5e91704aff97c754f6ef5d44aedc5e529d1b16
* Git describe: v2.0.1
* Git branch: v2.0-maintenance
*
* Supported platforms:
* - Mac OSX, iPhone, Darwin
Expand Down
Loading

0 comments on commit f9f9c60

Please sign in to comment.