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