The branch, master has been updated
via d6425b059dd75080e25140c5baba593df62fb7bc (commit)
from ddd966b733f503b27d796bdb2ab9765810a17c7c (commit)
- Log -----------------------------------------------------------------
commit d6425b059dd75080e25140c5baba593df62fb7bc
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date: Tue Mar 10 23:29:11 2009 +0100
Increase version to current ftdi_eeprom version
-----------------------------------------------------------------------
Summary of changes:
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})
hooks/post-receive
--
utility to write the EEPROM connected to a FTDI USB-chip
--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx
|