File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 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
22// All rights reserved
33//
44// 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
22// All rights reserved
33//
44// This software is dual-licensed: you can redistribute it and/or modify
1717#pragma once
1818#include <stdint.h>
1919
20- #define JS_VERSION "2.1.2 "
20+ #define JS_VERSION "2.2.0 "
2121
2222struct js; // JS engine (opaque)
2323typedef uint64_t jsval_t; // JS value placeholder
Original file line number Diff line number Diff line change 11name=elk
2- version=2.1.2
2+ version=2.2.0
33author=Cesanta Software Limited <support@cesanta.com>
44maintainer=Cesanta Software Limited <support@cesanta.com>
55sentence=Tiny JavaScript Engine
You can’t perform that action at this time.
0 commit comments