diff --git a/CHANGELOG b/CHANGELOG index 1ac7465c..55849735 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1034,3 +1034,10 @@ rr1-Δ18ε1 [Friday October 4th 2013] rr1-Δ18ε2 [Monday October 14th 2013] ==================================== * Fix crash if reloading ROM with non-default controllers in readwrite mode + +rr1-Δ18ε3 [Sunday January 5th 2014] +=================================== +* Backport bsnes/gambatte patches and make emu at least run +* Fix compiling gambatte binding with versions not supporting debug extensions +* Handle frame spanning movie page boundary +* Platform::wait(): Never wait on zero delay diff --git a/VERSION b/VERSION index 18ff8266..579dc140 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1-Δ18ε2 \ No newline at end of file +1-Δ18ε3 \ No newline at end of file diff --git a/lsnes.nsi b/lsnes.nsi index d465cadb..fffd1bdb 100644 --- a/lsnes.nsi +++ b/lsnes.nsi @@ -1,5 +1,5 @@ !define PRODUCT_NAME "lsnes" -!define PRODUCT_VERSION "rr1-delta18epsilon2" +!define PRODUCT_VERSION "rr1-delta18epsilon3" !define PRODUCT_PUBLISHER "Ilari" !define PRODUCT_WEB_SITE "http://tasvideos.org/Lsnes.html" !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"