X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=contrib%2Fpulseview_cross.nsi;h=3c39351294633e6943df4dd855413cd0357b6bf8;hb=79e5b0d89328d0ae1885b0a52ec8ecb765adb533;hp=c674be794480d767a1029697b1b47829ce2f1f06;hpb=1f763c17a87c0be8c52ac9ba99e3391b91ab6bdc;p=pulseview.git diff --git a/contrib/pulseview_cross.nsi b/contrib/pulseview_cross.nsi index c674be79..3c393512 100644 --- a/contrib/pulseview_cross.nsi +++ b/contrib/pulseview_cross.nsi @@ -38,7 +38,7 @@ Name "PulseView" # Filename of the installer executable. -OutFile "pulseview-0.1.0-installer.exe" +OutFile "pulseview-0.2.0-installer.exe" # Where to install the application. InstallDir "$PROGRAMFILES\sigrok\PulseView" @@ -183,7 +183,7 @@ Section "PulseView (required)" Section1 WriteRegStr HKLM "${REGSTR}" "URLUpdateInfo" \ "http://sigrok.org/wiki/Downloads" WriteRegStr HKLM "${REGSTR}" "URLInfoAbout" "http://sigrok.org" - WriteRegStr HKLM "${REGSTR}" "DisplayVersion" "0.1.0" + WriteRegStr HKLM "${REGSTR}" "DisplayVersion" "0.2.0" WriteRegStr HKLM "${REGSTR}" "Contact" \ "sigrok-devel@lists.sourceforge.org" WriteRegStr HKLM "${REGSTR}" "Comments" \