From 65c03184494447af353e16bca95137230b60cdaa Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Sun, 12 Feb 2023 17:50:13 +0100 Subject: [PATCH] version 2.1.2 --- RsyncUI.spec | 2 +- mainwindow.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/RsyncUI.spec b/RsyncUI.spec index b22decd..2108baf 100644 --- a/RsyncUI.spec +++ b/RsyncUI.spec @@ -2,7 +2,7 @@ Name: rsyncui Summary: Client for rsync server -Version: 2.1.1 +Version: 2.1.2 Release: %mkrel 1 License: GPLv3 Group: Networking/Remote access diff --git a/mainwindow.h b/mainwindow.h index 6963bc4..0365569 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -41,6 +41,7 @@ #include #include #include +#include QT_BEGIN_NAMESPACE namespace Ui { class MainWindow; } @@ -75,7 +76,7 @@ class About { public: QString title = "RsyncUI"; - QString version = "2.1.1"; + QString version = "2.1.2"; QString author = "Daniel TARTAVEL-JEANNOT"; QString licence = "GPL_V3"; QString description;