From 90af3f2e128d414205ed861b989779d061bcc5b1 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Mon, 18 May 2015 16:46:26 -0700 Subject: [PATCH] version bump from 0.7dev to 0.7 in windows installer --- install/onionshare.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/onionshare.nsi b/install/onionshare.nsi index f46edbb5..d87c2d84 100644 --- a/install/onionshare.nsi +++ b/install/onionshare.nsi @@ -6,7 +6,7 @@ !define INSTALLSIZE 31187 !define VERSIONMAJOR 0 !define VERSIONMINOR 7 -!define VERSIONSTRING "0.7dev" +!define VERSIONSTRING "0.7" RequestExecutionLevel admin