Bump MkDocs site_name from 4.0.0 to master for page title

This commit is contained in:
Mateusz Łoskot
2019-09-27 22:41:44 +02:00
parent 64f74e580c
commit 67ec460f9e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ edit and update if necessary. Finally, copy to the `CHANGES` file.
Update the version number of the new release in the following places:
- [include/soci/version.h](include/soci/version.h)
- [mkdocs.yml](mkdocs.yml)
- [mkdocs.yml](mkdocs.yml) - replace `master` in `site_name` with version
- [docs/index.md](docs/index.md)
- [appveyor.yml](appveyor.yml)
+1 -1
View File
@@ -1,4 +1,4 @@
site_name: SOCI 4.0.0
site_name: SOCI (master)
site_description: SOCI - The C++ Database Access Library
repo_url: https://github.com/SOCI/soci/
copyright: Copyright &copy; 2017 <a href="https://github.com/msobczak">Maciej Sobczak</a> and <a href="http://soci.sourceforge.net/people.html">SOCI Team</a>.