From d6425b059dd75080e25140c5baba593df62fb7bc Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Tue, 10 Mar 2009 23:29:11 +0100 Subject: [PATCH] Increase version to current ftdi_eeprom version --- CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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}) -- 1.7.1