From 00e428c5b6b68f484f99a39c7e5b814444ba7bf1 Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Sat, 19 Oct 2024 12:30:10 +0200 Subject: [PATCH] version 2.13.1 --- RsyncUI.spec | 2 +- version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RsyncUI.spec b/RsyncUI.spec index ccd6442..4c63d7d 100644 --- a/RsyncUI.spec +++ b/RsyncUI.spec @@ -2,7 +2,7 @@ Name: rsyncui Summary: Client for rsync server -Version: 2.13 +Version: 2.13.1 Release: %mkrel 1 License: GPLv3 Group: Networking/Remote access diff --git a/version.h b/version.h index 20cae82..edac2e7 100644 --- a/version.h +++ b/version.h @@ -3,6 +3,6 @@ #include -QString version = "2.13"; +QString version = "2.13.1"; #endif // VERSION_H