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