Skip to content

Commit 2e514a8

Browse files
committedOct 5, 2022
build: bump to v0.2.1
Signed-off-by: Eduardo Silva <eduardo@calyptia.com>
1 parent 3203c7f commit 2e514a8

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 @@ endif()
2727
# CTraces Version
2828
set(CTR_VERSION_MAJOR 0)
2929
set(CTR_VERSION_MINOR 2)
30-
set(CTR_VERSION_PATCH 0)
30+
set(CTR_VERSION_PATCH 1)
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)