From 96f0d3b784f90238efc0a8bb0b0a892444da0b2a Mon Sep 17 00:00:00 2001 From: zsmn Date: Sun, 7 Feb 2021 11:45:56 -0300 Subject: [PATCH] Changing binary name and update to v1.0.1 --- Suassuna-Dummy.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Suassuna-Dummy.pro b/Suassuna-Dummy.pro index b3e680f..435e61d 100644 --- a/Suassuna-Dummy.pro +++ b/Suassuna-Dummy.pro @@ -8,8 +8,8 @@ QT += core \ # Project configs TEMPLATE = app DESTDIR = ../bin -TARGET = Armorial-Suassuna -VERSION = 1.0.0 +TARGET = Suassuna-Dummy +VERSION = 1.0.1 CONFIG += c++14 console CONFIG -= app_bundle