Bump the library version number to 2.0.0
[libftdi] / CMakeLists.txt
index 67f0c22..4c43a48 100644 (file)
@@ -1,7 +1,7 @@
 # Project
 project(libftdi)
-set(MAJOR_VERSION 0)
-set(MINOR_VERSION 99)
+set(MAJOR_VERSION 1)
+set(MINOR_VERSION 0)
 set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION})
 SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}")