From 7d59b24df0ea34534117de4eacdb1c97530e1261 Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Tue, 17 Sep 2024 21:39:59 +0200 Subject: [PATCH] version 2.12.5 --- RsyncUI.spec | 2 +- version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RsyncUI.spec b/RsyncUI.spec index c2333fb..62f5963 100644 --- a/RsyncUI.spec +++ b/RsyncUI.spec @@ -2,7 +2,7 @@ Name: rsyncui Summary: Client for rsync server -Version: 2.12.4 +Version: 2.12.5 Release: %mkrel 1 License: GPLv3 Group: Networking/Remote access diff --git a/version.h b/version.h index bf72ab3..dd540b2 100644 --- a/version.h +++ b/version.h @@ -3,6 +3,6 @@ #include -QString version = "2.12.4"; +QString version = "2.12.5"; #endif // VERSION_H