Updated version number

This commit is contained in:
Bazsalanszky 2019-11-30 20:55:01 +01:00
parent 16f512db50
commit e4c454d478
Signed by: Bazsalanszky
GPG key ID: 3A1E008A6F682DA0
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ PROJECT_NAME = "P2P Chat"
# could be handy for archiving the generated documentation or if some version # could be handy for archiving the generated documentation or if some version
# control system is used. # 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 # 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 # for a project that appears at the top of each page and should give viewer a

View file

@ -20,7 +20,7 @@
//! Az alapértelmezett mappa, ami felhasználói felület számára szükséges fájlokat tárolja //! 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/" #define DEFAULT_WWW_FOLDER "htdocs/"
//! A program jelenlegi verziószáma //! 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. * @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 * @return A betöltött file Map struktúrája