From 1349b0662885b43a004d19a6e46d7c866ab767d5 Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Tue, 3 Feb 2015 11:31:35 +0000 Subject: [PATCH] Now that Gale recently told us he's using these installers for nightlies, it NEEDS the "-alpha" designation, or it looks like his nightlies are the actual 2.1 release -- which we have NOT done. --- win/audacity.iss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/win/audacity.iss b/win/audacity.iss index 8c6a7fc2f..f865aa3f9 100644 --- a/win/audacity.iss +++ b/win/audacity.iss @@ -12,7 +12,7 @@ Filename: "{app}\unins*.*"; [Setup] ; compiler-related directives -OutputBaseFilename=audacity-win-2.1.0 +OutputBaseFilename=audacity-win-2.1.0-alpha WizardImageFile=audacity_InnoWizardImage.bmp WizardSmallImageFile=audacity_InnoWizardSmallImage.bmp @@ -21,9 +21,9 @@ SolidCompression=yes ; installer-related directives AppName=Audacity -AppVerName=Audacity 2.1.0 +AppVerName=Audacity 2.1.0-alpha ; Specify AppVersion as well, so it appears in the Add/Remove Programs entry. -AppVersion=2.1.0 +AppVersion=2.1.0-alpha AppPublisher=Audacity Team AppPublisherURL=http://audacity.sourceforge.net AppSupportURL=http://audacity.sourceforge.net