summaryrefslogtreecommitdiff
path: root/freefilesync/README.md
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-09-07 00:29:20 +0000
committerB. Stack <bgstack15@gmail.com>2022-09-07 00:29:20 +0000
commitf2ff1b7a03e95a4f898ebe9b9c9ef0f3f44b2cd8 (patch)
tree5d3361237a9fcce6456a2f3fc3173450aff57a3c /freefilesync/README.md
parentMerge branch 'xdgmenumaker-bump' into 'master' (diff)
parentffs: fix libcurl-7.61.1 patch for el8 (diff)
downloadstackrpms-f2ff1b7a03e95a4f898ebe9b9c9ef0f3f44b2cd8.tar.gz
stackrpms-f2ff1b7a03e95a4f898ebe9b9c9ef0f3f44b2cd8.tar.bz2
stackrpms-f2ff1b7a03e95a4f898ebe9b9c9ef0f3f44b2cd8.zip
Merge branch 'freefilesync-bump' into 'master'
freefilesync 11.23 See merge request bgstack15/stackrpms!315
Diffstat (limited to 'freefilesync/README.md')
-rw-r--r--freefilesync/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/freefilesync/README.md b/freefilesync/README.md
index bfa5384..3fb5c4e 100644
--- a/freefilesync/README.md
+++ b/freefilesync/README.md
@@ -22,10 +22,10 @@ Distro | FreeFileSync version | gtk version
-------------- | -------------------- | ----------------
CentOS 7 | 10.24 | 2
CentOS 8 | 10.24 | 2
-Fedora 35 | 11.20 | 2
-Fedora 36 | 11.20 | 2
-Fedora Rawhide | 11.20 | 2
-Devuan Ceres | 11.20 | 3
+Fedora 35 | 11.23 | 2
+Fedora 36 | 11.23 | 2
+Fedora Rawhide | 11.23 | 2
+Devuan Ceres | 11.23 | 3
## Additional info
Upstream officially still [uses gtk2](https://freefilesync.org/forum/viewtopic.php?t=7660&p=26079#p26063) but the code supports gtk3 starting around version 10.25. With version 10.25, only stdc++=20 is supported, so el7 cannot go any higher: I was unable to find g++-10 for el7.
bgstack15