From 106bcad353515e70cb7474ff30fecee8b4c9e549 Mon Sep 17 00:00:00 2001
From: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
Date: Fri, 15 May 2015 17:03:16 -0400
Subject: [PATCH] bump to 0.2.0

Refs #73444

Change-Id: I54b2f86966c687f622ef87edaa0e6ab829eb5b11
---
 RingWinClient.pro | 2 +-
 ring.nsi          | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/RingWinClient.pro b/RingWinClient.pro
index 5e304da..2245b5c 100644
--- a/RingWinClient.pro
+++ b/RingWinClient.pro
@@ -8,7 +8,7 @@ QT       += core gui
 
 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets svg
 
-VERSION = 0.1.1
+VERSION = 0.2.0
 
 DEFINES += VERSION=\\\"$$VERSION\\\"
 
diff --git a/ring.nsi b/ring.nsi
index b444e1f..3b19952 100644
--- a/ring.nsi
+++ b/ring.nsi
@@ -3,8 +3,8 @@
 !define DESCRIPTION "The Ring client for Windows"
 # These three must be integers
 !define VERSIONMAJOR 0
-!define VERSIONMINOR 1
-!define VERSIONBUILD 1
+!define VERSIONMINOR 2
+!define VERSIONBUILD 0
 # 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