File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- // Copyright (c) 2013-2021 Cesanta Software Limited
1
+ // Copyright (c) 2013-2022 Cesanta Software Limited
2
2
// All rights reserved
3
3
//
4
4
// This software is dual-licensed: you can redistribute it and/or modify
Original file line number Diff line number Diff line change 1
- // Copyright (c) 2013-2021 Cesanta Software Limited
1
+ // Copyright (c) 2013-2022 Cesanta Software Limited
2
2
// All rights reserved
3
3
//
4
4
// This software is dual-licensed: you can redistribute it and/or modify
17
17
#pragma once
18
18
#include <stdint.h>
19
19
20
- #define JS_VERSION "2.1.2 "
20
+ #define JS_VERSION "2.2.0 "
21
21
22
22
struct js ; // JS engine (opaque)
23
23
typedef uint64_t jsval_t ; // JS value placeholder
Original file line number Diff line number Diff line change 1
1
name =elk
2
- version =2.1.2
2
+ version =2.2.0
3
3
author =Cesanta Software Limited <
[email protected] >
4
4
maintainer =Cesanta Software Limited <
[email protected] >
5
5
sentence =Tiny JavaScript Engine
You can’t perform that action at this time.
0 commit comments