git repos / PlatformFolders

commit 3e8819fd

Poul Sander · 2021-07-06 20:19
3e8819fd3fc68d1b4353e4866f8ae052774f0192 patch · browse files
parent d318731b37ebbeb6ff8fd03e4de3e6b45130b189

The "latest" tag does not work very well as it goes to the 3.2.1 maintanance release. We want 4.0.0 to be presented.

Changed files

M README.md before
diff --git a/README.md b/README.md index 8488b9a..9d147c8 100644 --- a/README.md +++ b/README.md
@@ -2,7 +2,7 @@
A C++ library to look for directories like `My Documents`, `~/.config`, `%APPDATA%`, etc. so that you do not need to write platform-specific code
-[Source code](https://github.com/sago007/PlatformFolders) • [Latest release](https://github.com/sago007/PlatformFolders/releases/latest) • [Doxygen documentation](http://sago007.github.io/PlatformFolders/html/doxygen/)
+[Source code](https://github.com/sago007/PlatformFolders) • [Latest release (4.0.0)](https://github.com/sago007/PlatformFolders/releases/tag/4.0.0) • [Doxygen documentation](http://sago007.github.io/PlatformFolders/html/doxygen/)
## Rationale