Skip to content

Commit 6986844

Browse files
committed
build: bump to v0.6.4
Signed-off-by: Eduardo Silva <[email protected]>
1 parent 0f0d9be commit 6986844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ endif()
2727
# CTraces Version
2828
set(CTR_VERSION_MAJOR 0)
2929
set(CTR_VERSION_MINOR 6)
30-
set(CTR_VERSION_PATCH 2)
30+
set(CTR_VERSION_PATCH 4)
3131
set(CTR_VERSION_STR "${CTR_VERSION_MAJOR}.${CTR_VERSION_MINOR}.${CTR_VERSION_PATCH}")
3232

3333
# Define __FILENAME__ consistently across Operating Systems

0 commit comments

Comments
 (0)