From fbde522e058a6a0f406e73f7022ef48d813060d5 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Sat, 16 Jul 2011 01:41:28 +0400 Subject: NASM-2.09.10 - Fix nasty problem with uninstaller in case of registry keys corruption, which might lead to arbitrary files removal. Just to be sure the proper files and directories are to be removed a few additional questions are brought into deinstallation procedure. The former issue reported here http://forum.nasm.us/index.php?topic=1013.0 Note: no functional changes are done inside nasm code, critical fixes will be ported to 2.09.xx branch, but mostly the (more or less) active development and various bug fixes are concentrated around 2.10 series. Signed-off-by: Cyrill Gorcunov --- version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version b/version index aa45e1d1..c97338e2 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.09.09 +2.09.10 -- cgit v1.2.1