Skip to content

Commit 0fbf2c6

Browse files
committed
chore: update arkscript version in cmakelist
1 parent 27b9585 commit 0fbf2c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ project(ark CXX)
44

55
# ArkScript version (have to manually update it)
66
set(ARK_VERSION_MAJOR 4)
7-
set(ARK_VERSION_MINOR 0)
8-
set(ARK_VERSION_PATCH 0)
7+
set(ARK_VERSION_MINOR 1)
8+
set(ARK_VERSION_PATCH 1)
99

1010
# determine whether this is a standalone project or included by other projects
1111
if (CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)

lib/std

0 commit comments

Comments
 (0)