From f56a09814bc1b71a370dd025ac36972c48f84e2a Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Wed, 27 May 2009 16:14:38 +0000 Subject: [PATCH] Version number update Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3412 --- 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 149ed253..629bca5c 100644 --- a/scripts/dosbox-installer.nsi +++ b/scripts/dosbox-installer.nsi @@ -1,11 +1,11 @@ !define VER_MAYOR 0 -!define VER_MINOR 72 +!define VER_MINOR 73 !define APP_NAME "DOSBox ${VER_MAYOR}.${VER_MINOR} Installer" !define COMP_NAME "DOSBox Team" !define COPYRIGHT "Copyright © 2002-2009 DOSBox Team" !define DESCRIPTION "DOSBox Installer" -VIProductVersion "${VER_MAYOR}.73.0.0" +VIProductVersion "${VER_MAYOR}.${VER_MINOR}.0.0" VIAddVersionKey "ProductName" "${APP_NAME}" VIAddVersionKey "CompanyName" "${COMP_NAME}" VIAddVersionKey "FileDescription" "${DESCRIPTION}"