X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=CMakeLists.txt;h=3b0b87c08d6cb83a99fadd88c3b6b5e066f423ea;hp=7771e805074dd60cef8ffa26a6aab9939112117a;hb=cdb28383402d248dbc6062f4391b038375c52385;hpb=12ed18b61e7dc8e81a8946959434931c6a0a7fcf diff --git a/CMakeLists.txt b/CMakeLists.txt index 7771e80..3b0b87c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # Project project(libftdi1 C) set(MAJOR_VERSION 1) -set(MINOR_VERSION 4) +set(MINOR_VERSION 5) set(PACKAGE libftdi1) set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}) set(VERSION ${VERSION_STRING}) @@ -136,7 +136,7 @@ endif () add_subdirectory(src) if ( FTDIPP ) - project(libftdipp1 C CXX) + project(libftdi1 C CXX) add_subdirectory(ftdipp) endif () if ( PYTHON_BINDINGS )