Better wording for transaction fee notification messages
[novacoin.git] / setup.nsi
index 521172e..a4efc60 100644 (file)
--- a/setup.nsi
+++ b/setup.nsi
@@ -4,7 +4,7 @@ RequestExecutionLevel highest
 \r
 # General Symbol Definitions\r
 !define REGKEY "SOFTWARE\$(^Name)"\r
-!define VERSION 0.3.20\r
+!define VERSION 0.3.21\r
 !define COMPANY "Bitcoin project"\r
 !define URL http://www.bitcoin.org/\r
 \r
@@ -39,12 +39,12 @@ Var StartMenuGroup
 !insertmacro MUI_LANGUAGE English\r
 \r
 # Installer attributes\r
-OutFile bitcoin-0.3.20-win32-setup.exe\r
+OutFile bitcoin-0.3.21-win32-setup.exe\r
 InstallDir $PROGRAMFILES\Bitcoin\r
 CRCCheck on\r
 XPStyle on\r
 ShowInstDetails show\r
-VIProductVersion 0.3.20.0\r
+VIProductVersion 0.3.21.0\r
 VIAddVersionKey ProductName Bitcoin\r
 VIAddVersionKey ProductVersion "${VERSION}"\r
 VIAddVersionKey CompanyName "${COMPANY}"\r
@@ -60,8 +60,7 @@ Section -Main SEC0000
     SetOutPath $INSTDIR\r
     SetOverwrite on\r
     File bitcoin.exe\r
-    File msvcp100.dll\r
-    File msvcr100.dll\r
+    File libeay32.dll\r
     File license.txt\r
     File readme.txt\r
     SetOutPath $INSTDIR\daemon\r
@@ -109,8 +108,7 @@ done${UNSECTION_ID}:
 # Uninstaller sections\r
 Section /o -un.Main UNSEC0000\r
     Delete /REBOOTOK $INSTDIR\bitcoin.exe\r
-    Delete /REBOOTOK $INSTDIR\msvcp100.dll\r
-    Delete /REBOOTOK $INSTDIR\msvcr100.dll\r
+    Delete /REBOOTOK $INSTDIR\libeay32.dll\r
     Delete /REBOOTOK $INSTDIR\license.txt\r
     Delete /REBOOTOK $INSTDIR\readme.txt\r
     RMDir /r /REBOOTOK $INSTDIR\daemon\r