From: <zu...@us...> - 2013-05-24 10:02:36
|
Revision: 4982 http://sourceforge.net/p/fuse-emulator/code/4982 Author: zubzero Date: 2013-05-24 10:02:33 +0000 (Fri, 24 May 2013) Log Message: ----------- Update libtool age to support binaries built against libspectrum 1.0.0 Modified Paths: -------------- trunk/libspectrum/Makefile.am trunk/libspectrum/hacking/ChangeLog Modified: trunk/libspectrum/Makefile.am =================================================================== --- trunk/libspectrum/Makefile.am 2013-05-23 22:21:17 UTC (rev 4981) +++ trunk/libspectrum/Makefile.am 2013-05-24 10:02:33 UTC (rev 4982) @@ -63,7 +63,7 @@ zlib.c \ zxs.c -libspectrum_la_LDFLAGS = -version-info 9:0:0 -no-undefined @WINDRES_LDFLAGS@ +libspectrum_la_LDFLAGS = -version-info 9:0:1 -no-undefined @WINDRES_LDFLAGS@ libspectrum_la_LIBADD = @AUDIOFILE_LIBS@ @GLIB_LIBS@ -lm Modified: trunk/libspectrum/hacking/ChangeLog =================================================================== --- trunk/libspectrum/hacking/ChangeLog 2013-05-23 22:21:17 UTC (rev 4981) +++ trunk/libspectrum/hacking/ChangeLog 2013-05-24 10:02:33 UTC (rev 4982) @@ -947,3 +947,5 @@ 20130516 ChangeLog: update date in main changelog. 20130517 README: update one more date for the 1.1 release. 20130518 doc/libspectrum.txt: update version number for 1.1 release (Sergio). +20130524 Makefile.am: update libtool age to support binaries built against + libspectrum 1.0.0 (Stuart). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |