From 5fac25a5cbfd98a750b8c3e1ef67b36e52d312b3 Mon Sep 17 00:00:00 2001 From: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com> Date: Wed, 16 Mar 2016 22:49:09 -0400 Subject: [PATCH] bump to version 1.0.0 New master version Change-Id: I0a9c931125ceb23dd8480ed5bb9d365bb93d5cf5 --- RingWinClient.pro | 2 +- ring.nsi | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RingWinClient.pro b/RingWinClient.pro index 6206c56..21c37ae 100644 --- a/RingWinClient.pro +++ b/RingWinClient.pro @@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets svg xml win32: QT += winextras -VERSION = 0.3.0 +VERSION = 1.0.0 GIT_VERSION = $$system(git --git-dir $$PWD/.git --work-tree $$PWD describe --always --tags) NIGHTLY_VERSION =$$system(date +'%Y%m%d') diff --git a/ring.nsi b/ring.nsi index 3261df4..853d451 100644 --- a/ring.nsi +++ b/ring.nsi @@ -2,8 +2,8 @@ !define COMPANYNAME "Savoir-Faire Linux" !define DESCRIPTION "The Ring client for Windows" # These three must be integers -!define VERSIONMAJOR 0 -!define VERSIONMINOR 3 +!define VERSIONMAJOR 1 +!define VERSIONMINOR 0 !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 -- GitLab