version 2.12.9

This commit is contained in:
Daniel Tartavel 2024-10-18 15:52:26 +02:00
parent 74e2283aa0
commit 8ccab25a98
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Name: rsyncui Name: rsyncui
Summary: Client for rsync server Summary: Client for rsync server
Version: 2.12.8 Version: 2.12.9
Release: %mkrel 1 Release: %mkrel 1
License: GPLv3 License: GPLv3
Group: Networking/Remote access Group: Networking/Remote access

View File

@ -3,6 +3,6 @@
#include <QString> #include <QString>
QString version = "2.12.8"; QString version = "2.12.9";
#endif // VERSION_H #endif // VERSION_H