Skip to content

Commit 62a77a6

Browse files
authored
Merge pull request #75 from shuchitak/release_prep
v3.3.0 release prep
2 parents 180bed9 + 4fd9485 commit 62a77a6

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
lib_logging change log
22
======================
33

4-
UNRELEASED
5-
----------
4+
3.3.0
5+
-----
66

77
* CHANGED: Build applications using XCommon CMake instead of XCommon
88

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ lib_logging: Debug Printing
55
###########################
66

77
:vendor: XMOS
8-
:version: 3.2.0
8+
:version: 3.3.0
99
:scope: General Use
1010
:description: Debug printing
1111
:category: General Purpose

lib_logging/lib_build_info.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
set(LIB_NAME lib_logging)
2-
set(LIB_VERSION 3.2.0)
2+
set(LIB_VERSION 3.3.0)
33
set(LIB_INCLUDES api)
44
set(LIB_COMPILER_FLAGS -Os)
55
set(LIB_DEPENDENT_MODULES "")

lib_logging/module_build_info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 3.2.0
1+
VERSION = 3.3.0
22

33
DEPENDENT_MODULES =
44

settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
lib_name: lib_logging
33
project: '{{lib_name}}'
44
title: '{{lib_name}}: Debug Printing'
5-
version: 3.2.0
5+
version: 3.3.0
66

77
documentation:
88
exclude_patterns_path: doc/exclude_patterns.inc

0 commit comments

Comments
 (0)