Skip to content

Commit

Permalink
Merge pull request #345 from ks734/r_3.11
Browse files Browse the repository at this point in the history
Update version to v3.11.0
  • Loading branch information
goruklu authored Oct 30, 2024
2 parents b99ddcd + 90f041c commit 9195ff3
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.10.3" )
project( Dobby VERSION "3.11.0" )


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

set(INSTALL_CMAKE_DIR lib/cmake/Dobby)

Expand Down

0 comments on commit 9195ff3

Please sign in to comment.