diff --git a/RingWinClient.pro b/RingWinClient.pro index 2245b5cc75c729aa1803ade5439576116cf273ac..7a44d3121138165009dfdca0557b9f199b8fcd9b 100644 --- a/RingWinClient.pro +++ b/RingWinClient.pro @@ -8,7 +8,7 @@ QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets svg -VERSION = 0.2.0 +VERSION = 0.2.1 DEFINES += VERSION=\\\"$$VERSION\\\" diff --git a/ring.nsi b/ring.nsi index 3b19952a354cb7f010d23ecb8f0f19e3e0b1de59..e7fecf7202dc6fba8ff5c3ca9bb226940db68b9f 100644 --- a/ring.nsi +++ b/ring.nsi @@ -4,7 +4,7 @@ # These three must be integers !define VERSIONMAJOR 0 !define VERSIONMINOR 2 -!define VERSIONBUILD 0 +!define VERSIONBUILD 1 # These will be displayed by the "Click here for support information" link in "Add/Remove Programs" # It is possible to use "mailto:" links in here to open the email client !define HELPURL "https://projects.savoirfairelinux.com/projects/ring/wiki" # "Support Information" link