diff --git a/RsyncUI.spec b/RsyncUI.spec index 64b2a4a..d9f7bff 100644 --- a/RsyncUI.spec +++ b/RsyncUI.spec @@ -2,7 +2,7 @@ Name: rsyncui Summary: Client for rsync server -Version: 2.13.2 +Version: 2.13.3 Release: %mkrel 1 License: GPLv3 Group: Networking/Remote access diff --git a/version.h b/version.h index 7f18196..db335b2 100644 --- a/version.h +++ b/version.h @@ -3,6 +3,6 @@ #include -QString version = "2.13.2"; +QString version = "2.13.3"; #endif // VERSION_H