Skip to content

Commit 156484a

Browse files
committed
build: bump to v0.4.0
Signed-off-by: Eduardo Silva <eduardo@calyptia.com>
1 parent 3237b08 commit 156484a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ endif()
2626

2727
# CTraces Version
2828
set(CTR_VERSION_MAJOR 0)
29-
set(CTR_VERSION_MINOR 3)
30-
set(CTR_VERSION_PATCH 2)
29+
set(CTR_VERSION_MINOR 4)
30+
set(CTR_VERSION_PATCH 0)
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)