Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ cmake_minimum_required( VERSION 3.7.0 )
include(GNUInstallDirs)

# Project setup
project( Dobby VERSION "3.16.0" )
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 )
Comment on lines +25 to +31
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.

set(INSTALL_CMAKE_DIR lib/cmake/Dobby)

Expand Down
Loading