Skip to content

Commit

Permalink
Merge pull request #300 from mateusz-hobgarski-red/version_bump_3.8
Browse files Browse the repository at this point in the history
RDK-46056: Increment Dobby version to 3.8
  • Loading branch information
mateusz-hobgarski-red authored Dec 15, 2023
2 parents 5998a0e + e7c5cbe commit 4d3af5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.7.2" )
project( Dobby VERSION "3.8.0" )


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

set(INSTALL_CMAKE_DIR lib/cmake/Dobby)

Expand Down

0 comments on commit 4d3af5d

Please sign in to comment.