libftdi: (tomj) increase for 0.7 release, updated changelog based on diff

diff --git a/ChangeLog b/ChangeLog
index 1fba0b8..0d8f891 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 New in 0.7
 ----------
+* Baudrate calculation fix for FT2232C (Steven Turner/FTDI)
 * Find all devices by vendor/product id (Tim Ansell and Intra2net)
 * Documentation updates (Tim Ansell)
 
@@ -29,7 +30,7 @@
 * Important: ftdi_write_data now returns the bytes written
 * Fixed defaults values in ftdi_eeprom_initdefaults (Jean-Daniel Merkli)
 * Reset internal readbuffer offsets for reset()/purge_buffers()
-* Small typo fixes (Mark Hämmerling)
+* Small typo fixes (Mark Haemmerling)
 
 New in 0.3
 ----------
diff --git a/configure.in b/configure.in
index 091cae5..9744a4a 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 AC_INIT(configure.in)
 
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libftdi, 0.6)
+AM_INIT_AUTOMAKE(libftdi, 0.7)
 
 AC_LANG_C
 AC_PROG_CC
diff --git a/libftdi.spec b/libftdi.spec
index 1dddc35..de69af9 100644
--- a/libftdi.spec
+++ b/libftdi.spec
@@ -1,6 +1,6 @@
 Summary:   Library to program and control the FTDI USB controller
 Name:      libftdi
-Version:   0.6
+Version:   0.7
 Release:   1
 Copyright: LGPL
 Group:     System Environment/Libraries
diff --git a/src/Makefile.am b/src/Makefile.am
index 1af8e0b..5e1c243 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -10,4 +10,4 @@
 # Note:  If you specify a:b:c as the version in the next line,
 #  the library that is made has version (a-c).c.b.  In this
 #  example, the version is 2.1.2. (3:2:1)
-libftdi_la_LDFLAGS = -version-info 6:0:6 $(all_libraries) 
+libftdi_la_LDFLAGS = -version-info 7:0:7 $(all_libraries)