Skip to content

Commit f2dbc3f

Browse files
build: bump to v0.3.2 (#43)
Signed-off-by: Leonardo Alminana <[email protected]>
1 parent 12a488a commit f2dbc3f

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 3)
30-
set(CTR_VERSION_PATCH 1)
30+
set(CTR_VERSION_PATCH 2)
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)