aboutsummaryrefslogtreecommitdiff
path: root/install/onionshare.nsi
diff options
context:
space:
mode:
authoremma peel <emma.peel@riseup.net>2020-09-21 06:02:02 +0000
committeremma peel <emma.peel@riseup.net>2020-09-21 06:02:02 +0000
commitac7ccc228e5c471160bab57c34f9b6d44b5da269 (patch)
treebc9d7405c892debbfd83c33c1cac892b6d564bd1 /install/onionshare.nsi
parentc7cc0e9845a3526b229c0cd6cd6f2ef67073b909 (diff)
parent437beef0985c76690973bd3e624fde8b9a6941fd (diff)
downloadonionshare-ac7ccc228e5c471160bab57c34f9b6d44b5da269.tar.gz
onionshare-ac7ccc228e5c471160bab57c34f9b6d44b5da269.zip
Merge onionshare/develop into HEAD
Diffstat (limited to 'install/onionshare.nsi')
-rw-r--r--install/onionshare.nsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/onionshare.nsi b/install/onionshare.nsi
index 42bd268b..21ac0baa 100644
--- a/install/onionshare.nsi
+++ b/install/onionshare.nsi
@@ -5,8 +5,8 @@
# change these with each release
!define INSTALLSIZE 132423
!define VERSIONMAJOR 2
-!define VERSIONMINOR 2
-!define VERSIONSTRING "2.2"
+!define VERSIONMINOR 3
+!define VERSIONSTRING "2.3.dev1"
RequestExecutionLevel admin