From 0de3647825eac3c428fa37f3a70d34e2888ecf73 Mon Sep 17 00:00:00 2001 From: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com> Date: Fri, 15 May 2015 17:14:10 -0400 Subject: [PATCH] bump to 0.2.1 Refs #73444 Change-Id: I47cadb2c878b471075571d46fb33a08a36361f8b --- RingWinClient.pro | 2 +- ring.nsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RingWinClient.pro b/RingWinClient.pro index 2245b5c..7a44d31 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 3b19952..e7fecf7 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 -- GitLab