diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bc472a7..284f5b2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,8 +1,8 @@ lib_logging change log ====================== -UNRELEASED ----------- +3.3.0 +----- * CHANGED: Build applications using XCommon CMake instead of XCommon diff --git a/README.rst b/README.rst index e99c5ca..dbac7c1 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ lib_logging: Debug Printing ########################### :vendor: XMOS -:version: 3.2.0 +:version: 3.3.0 :scope: General Use :description: Debug printing :category: General Purpose diff --git a/lib_logging/lib_build_info.cmake b/lib_logging/lib_build_info.cmake index e0e4aca..01365b1 100644 --- a/lib_logging/lib_build_info.cmake +++ b/lib_logging/lib_build_info.cmake @@ -1,5 +1,5 @@ set(LIB_NAME lib_logging) -set(LIB_VERSION 3.2.0) +set(LIB_VERSION 3.3.0) set(LIB_INCLUDES api) set(LIB_COMPILER_FLAGS -Os) set(LIB_DEPENDENT_MODULES "") diff --git a/lib_logging/module_build_info b/lib_logging/module_build_info index eaf1511..05ac40c 100644 --- a/lib_logging/module_build_info +++ b/lib_logging/module_build_info @@ -1,4 +1,4 @@ -VERSION = 3.2.0 +VERSION = 3.3.0 DEPENDENT_MODULES = diff --git a/settings.yml b/settings.yml index 58f7bd0..7576ab3 100644 --- a/settings.yml +++ b/settings.yml @@ -2,7 +2,7 @@ lib_name: lib_logging project: '{{lib_name}}' title: '{{lib_name}}: Debug Printing' -version: 3.2.0 +version: 3.3.0 documentation: exclude_patterns_path: doc/exclude_patterns.inc