From 200006e50f4fb5c12ff9c20a8751b89807c9defc Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Fri, 18 Oct 2024 22:41:30 +0200 Subject: [PATCH] version 2.13 --- RsyncUI.spec | 2 +- version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RsyncUI.spec b/RsyncUI.spec index 0e0e2d9..ccd6442 100644 --- a/RsyncUI.spec +++ b/RsyncUI.spec @@ -2,7 +2,7 @@ Name: rsyncui Summary: Client for rsync server -Version: 2.12.10 +Version: 2.13 Release: %mkrel 1 License: GPLv3 Group: Networking/Remote access diff --git a/version.h b/version.h index d26ad43..20cae82 100644 --- a/version.h +++ b/version.h @@ -3,6 +3,6 @@ #include -QString version = "2.12.10"; +QString version = "2.13"; #endif // VERSION_H