Updated version number
This commit is contained in:
parent
16f512db50
commit
e4c454d478
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue