/
githubmirror
/
nbs
Обзор
Документация
Войти
/
githubmirror
/
nbs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
contrib/python/kiwisolver/py2/kiwi/version.h
14 строк
519 B
Anton Myagkov
Update ydb version to 24.4 (#4579)
07 фев 2026, 11:59
Не верифицирован
07 фев 2026, 11:59
2c21cae
Код
Авторство
О чём код?
/*----------------------------------------------------------------------------- | Copyright (c) 2013-2017, Nucleic Development Team. | | Distributed under the terms of the Modified BSD License. | | The full license is in the file COPYING.txt, distributed with this software. |----------------------------------------------------------------------------*/ #pragma once #define KIWI_MAJOR_VERSION 1 #define KIWI_MINOR_VERSION 0 #define KIWI_MICRO_VERSION 1 #define KIWI_VERSION_HEX 0x010001 #define KIWI_VERSION "1.1.0"