Skip to content

Conversation

@ks734
Copy link
Contributor

@ks734 ks734 commented Feb 11, 2026

Description

Update version to v3.16.1

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Other (doesn't fit into the above categories - e.g. documentation updates)

Requires Bitbake Recipe changes?

  • The base Bitbake recipe (meta-rdk-ext/recipes-containers/dobby/dobby.bb) must be modified to support the changes in this PR (beyond updating SRC_REV)

Copilot AI review requested due to automatic review settings February 11, 2026 05:38
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Bumps the Dobby project patch version for the 3.16.1 release by updating the CMake project version and micro version constant.

Changes:

  • Update project(... VERSION ...) from 3.16.0 to 3.16.1
  • Update DOBBY_MICRO_VERSION from 0 to 1

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +25 to +31
project( Dobby VERSION "3.16.1" )


# Set the major and minor version numbers of dobby (also used by plugins)
set( DOBBY_MAJOR_VERSION 3 )
set( DOBBY_MINOR_VERSION 16 )
set( DOBBY_MICRO_VERSION 0 )
set( DOBBY_MICRO_VERSION 1 )
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR description says "Update version to v3.16", but this change bumps the patch version to 3.16.1. Please update the PR description (and/or title if needed) to match the actual release version to avoid confusion during release/packaging.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant