diff --git a/CMakeLists.txt b/CMakeLists.txt index c2fb9bb..6efe433 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ if(TARGET conf-static) return() endif() -project(conf VERSION 1.4.2 LANGUAGES C +project(conf VERSION 1.5.0 LANGUAGES C DESCRIPTION "Simple and fast multi-platform \ configuration file library (similar to .ini) " HOMEPAGE_URL "https://github.com/cfnptr/conf") diff --git a/Doxyfile b/Doxyfile index cced369..aea3b3c 100644 --- a/Doxyfile +++ b/Doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = Conf # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = v1.4.2 +PROJECT_NUMBER = v1.5.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/docs/annotated.html b/docs/annotated.html index 86ef2ac..21947bb 100644 --- a/docs/annotated.html +++ b/docs/annotated.html @@ -27,7 +27,7 @@