From 45bee9ccc17ec7de1e570ef3133f4dfdfba8c309 Mon Sep 17 00:00:00 2001
From: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
Date: Wed, 16 Mar 2016 22:43:11 -0400
Subject: [PATCH] bump to version 1.0.0

New master version

Change-Id: I358390fe1c2d115af1089319951933d12e118077
---
 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 798537d0..ea66ebd7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,8 +15,8 @@ ADD_DEFINITIONS("-std=c++1y")
 
 # set project name and version
 PROJECT(ring-client-gnome)
-SET(PROJECT_VERSION_MAJOR 0)
-SET(PROJECT_VERSION_MINOR 4)
+SET(PROJECT_VERSION_MAJOR 1)
+SET(PROJECT_VERSION_MINOR 0)
 SET(PROJECT_VERSION_PATCH 0)
 
 # add the binary tree to the search path for include files
-- 
GitLab