Skip to content

Commit

Permalink
Merge pull request rdkcentral#319 from mateusz-hobgarski-red/version_…
Browse files Browse the repository at this point in the history
…update_3_10

RDK-47572: Updated version to 3.10.0
  • Loading branch information
mateusz-hobgarski-red authored Feb 23, 2024
2 parents fc90013 + 8790a3f commit f6318aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ cmake_minimum_required( VERSION 3.7.0 )
include(GNUInstallDirs)

# Project setup
project( Dobby VERSION "3.9.0" )
project( Dobby VERSION "3.10.0" )


# Set the major and minor version numbers of dobby (also used by plugins)
set( DOBBY_MAJOR_VERSION 3 )
set( DOBBY_MINOR_VERSION 9 )
set( DOBBY_MINOR_VERSION 10 )
set( DOBBY_MICRO_VERSION 0 )

set(INSTALL_CMAKE_DIR lib/cmake/Dobby)
Expand Down

0 comments on commit f6318aa

Please sign in to comment.