Skip to content

Commit

Permalink
Increment version number to v3.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-hobgarski-red committed Aug 16, 2023
1 parent 1eff925 commit 49978a1
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.6.4" )
project( Dobby VERSION "3.6.5" )


# Set the major and minor version numbers of dobby (also used by plugins)
set( DOBBY_MAJOR_VERSION 3 )
set( DOBBY_MINOR_VERSION 6 )
set( DOBBY_MICRO_VERSION 4 )
set( DOBBY_MICRO_VERSION 5 )

set(INSTALL_CMAKE_DIR lib/cmake/Dobby)

Expand Down

0 comments on commit 49978a1

Please sign in to comment.