From: <pa...@us...> - 2013-05-16 19:39:59
|
Revision: 4934 http://sourceforge.net/p/fuse-emulator/code/4934 Author: pak21 Date: 2013-05-16 19:39:57 +0000 (Thu, 16 May 2013) Log Message: ----------- Update library version number for 1.1 release. Modified Paths: -------------- trunk/libspectrum/Makefile.am trunk/libspectrum/hacking/ChangeLog Modified: trunk/libspectrum/Makefile.am =================================================================== --- trunk/libspectrum/Makefile.am 2013-05-13 21:31:07 UTC (rev 4933) +++ trunk/libspectrum/Makefile.am 2013-05-16 19:39:57 UTC (rev 4934) @@ -1,5 +1,5 @@ ## Process this file with automake to produce Makefile.in -## Copyright (c) 2001-2004 Philip Kendall +## Copyright (c) 2001-2013 Philip Kendall ## $Id$ @@ -63,7 +63,7 @@ zlib.c \ zxs.c -libspectrum_la_LDFLAGS = -version-info 8:0:0 -no-undefined @WINDRES_LDFLAGS@ +libspectrum_la_LDFLAGS = -version-info 9:0:0 -no-undefined @WINDRES_LDFLAGS@ libspectrum_la_LIBADD = @AUDIOFILE_LIBS@ @GLIB_LIBS@ -lm Modified: trunk/libspectrum/hacking/ChangeLog =================================================================== --- trunk/libspectrum/hacking/ChangeLog 2013-05-13 21:31:07 UTC (rev 4933) +++ trunk/libspectrum/hacking/ChangeLog 2013-05-16 19:39:57 UTC (rev 4934) @@ -942,3 +942,4 @@ patch #305). 20130307 accessor.pl,snap_accessors.txt,szx.c: implement Spectranet's "suppress NMI" flipflop (bug #259). +20130516 Makefile.am: update library version number for 1.1 release. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |