Skip to content

Commit d20e5a9

Browse files
committed
Merge tag 'v0.5.4' into develop
v0.5.4
2 parents a70f591 + 3ec97d7 commit d20e5a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ MESSAGE(STATUS "using build environment '${NOF_BUILD_ENVIRONMENT}'")
7575

7676
project(nearobject-framework
7777
LANGUAGES CXX
78-
VERSION 0.5.3
78+
VERSION 0.5.4
7979
)
8080

8181
# Conditional inclusion of OS-dependent source trees.

packaging/vcpkg/ports/nearobject-framework/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
33
"name": "nearobject-framework",
4-
"version-string": "0.5.3",
4+
"version-string": "0.5.4",
55
"dependencies": [
66
"catch2",
77
{

0 commit comments

Comments
 (0)