/
ianwarets
/
load_testing_tool
Обзор
Документация
Войти
/
ianwarets
/
load_testing_tool
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
include/p7/P7_Version.h
26 строк
2 KB
Okunev Ivan
Gitignore added P7logs. Deleted headers p7
05 дек 2022, 16:09
05 дек 2022, 16:09
de85a21
Код
Авторство
О чём код?
//////////////////////////////////////////////////////////////////////////////// // / // 2012-2020 (c) Baical / // / // This library is free software; you can redistribute it and/or / // modify it under the terms of the GNU Lesser General Public / // License as published by the Free Software Foundation; either / // version 3.0 of the License, or (at your option) any later version. / // / // This library is distributed in the hope that it will be useful, / // but WITHOUT ANY WARRANTY; without even the implied warranty of / // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU / // Lesser General Public License for more details. / // / // You should have received a copy of the GNU Lesser General Public / // License along with this library. / // / //////////////////////////////////////////////////////////////////////////////// #ifndef P7_VERSION_H #define P7_VERSION_H //----------------------------------------- #define P7_VERSION 00050006 #define P7_VERSION_MAJOR 5 #define P7_VERSION_MINOR 6 //----------------------------------------- #endif //P7_VERSION_H