Changelog: Rename ftdi_usb_open_bus_port() to ftdi_usb_open_bus_addr()
[libftdi] / CMakeLists.txt
index ce122ff..350cc1b 100644 (file)
@@ -1,9 +1,9 @@
 # Project
 project(libftdi1)
 set(MAJOR_VERSION 1)
-set(MINOR_VERSION 3)
+set(MINOR_VERSION 4)
 set(PACKAGE libftdi1)
-set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION})
+set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}rc1)
 set(VERSION ${VERSION_STRING})
 set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)