Increase version to current ftdi_eeprom version
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Tue, 10 Mar 2009 22:29:11 +0000 (23:29 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Tue, 10 Mar 2009 22:29:11 +0000 (23:29 +0100)
CMakeLists.txt

index 6dc33de..6b76f13 100644 (file)
@@ -1,6 +1,6 @@
 project(ftdi_eeprom)
 set(MAJOR_VERSION 0)
-set(MINOR_VERSION 2)
+set(MINOR_VERSION 4)
 set(PATCH_VERSION 0)
 set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
 set(VERSION ${MAJOR_VERSION}.${MINOR_VERSION})