diff --git a/documents/Doxyfile b/documents/Doxyfile index e3077dd..bd680d9 100644 --- a/documents/Doxyfile +++ b/documents/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = CppTemplate # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.0.0.0 +PROJECT_NUMBER = 1.0.2.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/include/template/version.h b/include/template/version.h index df4a944..328a859 100644 --- a/include/template/version.h +++ b/include/template/version.h @@ -27,7 +27,7 @@ GitHub: https://github.com/chronoxor/CppTemplate namespace CppTemplate { //! Project version -const char version[] = "1.0.0.0"; +const char version[] = "1.0.2.0"; } // namespace CppTemplate