V1.1.9 removes linker bug

When using fp64lib outside of the arduino IDE, segment allocation by the linker will be different. On some files, the propoer segment allocation was missing, resulting in error messages like

relocation truncated to fit: R_AVR_13_PCREL against `no symbol'

V1.1.9 now has proper segment allocation for all files.