From e4c454d4787d3397a27604b666921a9fb7f35e7f Mon Sep 17 00:00:00 2001 From: Bazsalanszky Date: Sat, 30 Nov 2019 20:55:01 +0100 Subject: [PATCH] Updated version number --- docs/Doxyfile | 2 +- modules/config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Doxyfile b/docs/Doxyfile index 171960e..4f70a5b 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "P2P Chat" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.0 +PROJECT_NUMBER = 1.2 # 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/modules/config.h b/modules/config.h index a5347eb..8162379 100644 --- a/modules/config.h +++ b/modules/config.h @@ -20,7 +20,7 @@ //! Az alapértelmezett mappa, ami felhasználói felület számára szükséges fájlokat tárolja #define DEFAULT_WWW_FOLDER "htdocs/" //! A program jelenlegi verziószáma -#define P2P_CURRENT_VERSION "1.0" +#define P2P_CURRENT_VERSION "1.2" /*! * @brief Betölti a `config.ini` fájlt és létrehoz egy Map struktúrát abból. * @return A betöltött file Map struktúrája