diff --git a/CHANGELOG b/CHANGELOG index 892fb697..1ac7465c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1031,3 +1031,6 @@ rr1-Δ18ε1 [Friday October 4th 2013] * Lua: Tilemaps * Don't allow editing reset flags after reading. +rr1-Δ18ε2 [Monday October 14th 2013] +==================================== +* Fix crash if reloading ROM with non-default controllers in readwrite mode diff --git a/VERSION b/VERSION index e6caed55..18ff8266 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1-Δ18ε1 \ No newline at end of file +1-Δ18ε2 \ No newline at end of file diff --git a/lsnes.nsi b/lsnes.nsi index fa9c9f05..d465cadb 100644 --- a/lsnes.nsi +++ b/lsnes.nsi @@ -1,5 +1,5 @@ !define PRODUCT_NAME "lsnes" -!define PRODUCT_VERSION "rr1-delta18epsilon1" +!define PRODUCT_VERSION "rr1-delta18epsilon2" !define PRODUCT_PUBLISHER "Ilari" !define PRODUCT_WEB_SITE "http://tasvideos.org/Lsnes.html" !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"