From c6939434aeb7b8c8ef0ce64c5dfed906d445008b Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Sat, 10 Jan 2004 20:19:14 +0000 Subject: [PATCH] preparing 0.61 Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1557 --- scripts/dosbox-installer.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/dosbox-installer.nsi b/scripts/dosbox-installer.nsi index dbc96be1..66024a97 100644 --- a/scripts/dosbox-installer.nsi +++ b/scripts/dosbox-installer.nsi @@ -1,5 +1,5 @@ !define VER_MAYOR 0 -!define VER_MINOR 60 +!define VER_MINOR 61 ; The name of the installer Name "DOSBox ${VER_MAYOR}.${VER_MINOR} Installer" @@ -80,4 +80,4 @@ Section "Uninstall" RMDir "$SMPROGRAMS\DOSBox-${VER_MAYOR}.${VER_MINOR}" SectionEnd -; eof \ No newline at end of file +; eof