Skip to content

Commit

Permalink
Bump version to 6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuchita Khare committed Nov 7, 2024
1 parent 5897cf4 commit eea535e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
lib_i2c change log
==================

UNRELEASED
----------
6.4.0
-----

* FIXED: In case of clock stretching, ensure that the required delay happens
between the slave releasing SCL and the master driving data on SDA.
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pipeline {
)
string(
name: 'XMOSDOC_VERSION',
defaultValue: 'v6.1.2',
defaultValue: 'v6.1.3',
description: 'The xmosdoc version'
)
string(
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lib_i2c: I²C Library
####################

:vendor: XMOS
:version: 6.3.1
:version: 6.4.0
:scope: General Use
:description: I²C controller and peripheral library
:category: General Purpose
Expand Down
2 changes: 1 addition & 1 deletion lib_i2c/lib_build_info.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set(LIB_NAME lib_i2c)
set(LIB_VERSION 6.3.1)
set(LIB_VERSION 6.4.0)
set(LIB_INCLUDES api)
set(LIB_DEPENDENT_MODULES "lib_xassert(4.3.1)")
set(LIB_COMPILER_FLAGS -Os)
Expand Down
2 changes: 1 addition & 1 deletion lib_i2c/module_build_info
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 6.3.1
VERSION = 6.4.0

DEPENDENT_MODULES = lib_xassert(>=4.3.1)

Expand Down
2 changes: 1 addition & 1 deletion settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
lib_name: lib_i2c
project: '{{lib_name}}'
title: '{{lib_name}}: I²C library'
version: 6.3.1
version: 6.4.0

documentation:
exclude_patterns_path: doc/exclude_patterns.inc
Expand Down

0 comments on commit eea535e

Please sign in to comment.