Skip to content

Commit

Permalink
Merge pull request rdkcentral#278 from mateusz-hobgarski-red/patch_re…
Browse files Browse the repository at this point in the history
…lease_3.7.2

Update version to v3.7.2
  • Loading branch information
goruklu authored Oct 20, 2023
2 parents 7540c61 + 7b0ea3f commit b5e9ef8
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,13 +22,13 @@ cmake_minimum_required( VERSION 3.7.0 )
include(GNUInstallDirs)

# Project setup
project( Dobby VERSION "3.7.1" )
project( Dobby VERSION "3.7.2" )


# 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 1 )
set( DOBBY_MICRO_VERSION 2 )

set(INSTALL_CMAKE_DIR lib/cmake/Dobby)

Expand Down

0 comments on commit b5e9ef8

Please sign in to comment.