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