Skip to content

Commit f93c2f1

Browse files
committed
fix: update project version to 0.19.11
1 parent 970db0e commit f93c2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if (FREYR_PROFILING)
2727
add_subdirectory(vendor/perfetto)
2828
endif (FREYR_PROFILING)
2929

30-
project(freyr LANGUAGES C CXX VERSION 0.19.9)
30+
project(freyr LANGUAGES C CXX VERSION 0.19.11)
3131

3232
if (FREYR_BUILD_EXAMPLES)
3333
add_subdirectory(examples)

0 commit comments

Comments
 (0)