From: <fr...@us...> - 2008-11-18 04:24:08
|
Revision: 3835 http://fuse-emulator.svn.sourceforge.net/fuse-emulator/?rev=3835&view=rev Author: fredm Date: 2008-11-18 04:24:03 +0000 (Tue, 18 Nov 2008) Log Message: ----------- Back out version number change, this will be merged from the release branch down the track. Modified Paths: -------------- trunk/libspectrum/configure.in trunk/libspectrum/hacking/ChangeLog Modified: trunk/libspectrum/configure.in =================================================================== --- trunk/libspectrum/configure.in 2008-11-18 04:17:15 UTC (rev 3834) +++ trunk/libspectrum/configure.in 2008-11-18 04:24:03 UTC (rev 3835) @@ -25,7 +25,7 @@ AM_CONFIG_HEADER(config.h) dnl Use automake to produce `Makefile.in' -AM_INIT_AUTOMAKE(libspectrum, 0.5.0) +AM_INIT_AUTOMAKE(libspectrum, 0.4.0) dnl Checks for programs. AC_PROG_CC Modified: trunk/libspectrum/hacking/ChangeLog =================================================================== --- trunk/libspectrum/hacking/ChangeLog 2008-11-18 04:17:15 UTC (rev 3834) +++ trunk/libspectrum/hacking/ChangeLog 2008-11-18 04:24:03 UTC (rev 3835) @@ -698,4 +698,3 @@ 20081109 doc/cvs-tags: document 0.5.0 branch tag. 20081118 test/Makefile.am: distribute empty.z80 and writeprotected.mdr test data files (Fred). -20070411 configure.in: update version number for 0.5.0 release (Fred). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |