From: Thomas Jarosch Date: Tue, 10 Mar 2009 22:29:11 +0000 (+0100) Subject: Increase version to current ftdi_eeprom version X-Git-Url: http://developer.intra2net.com/git/?p=ftdi_eeprom;a=commitdiff_plain;h=d6425b059dd75080e25140c5baba593df62fb7bc Increase version to current ftdi_eeprom version --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 6dc33de..6b76f13 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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})