Skip to content

Commit bf151b7

Browse files
committed
Moving to ArkScript 3.1.3
Former-commit-id: 1b1adb60e936dc82ca82abad6322eb70f2a18047
1 parent f539e0b commit bf151b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [Unreleased]
3+
## [3.1.3] - 2022-01-29
44
### Added
55
- adding an ExecutionContext to host the pointers (instruction, page, stack) and execution related structures (stack, locals, scopes), to ease the transition to a parallelized VM
66
- the VM can have multiple independant context running on the same bytecode

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project(ark CXX)
55
# VERSION
66
set(ARK_VERSION_MAJOR 3)
77
set(ARK_VERSION_MINOR 1)
8-
set(ARK_VERSION_PATCH 2)
8+
set(ARK_VERSION_PATCH 3)
99

1010
# Uses GNU Install directory variables
1111
include(GNUInstallDirs)

0 commit comments

Comments
 (0)