version.h 515 B

1234567891011121314
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) 2013-2020, Nucleic Development Team.
  3. |
  4. | Distributed under the terms of the Modified BSD License.
  5. |
  6. | The full license is in the file LICENSE, distributed with this software.
  7. |----------------------------------------------------------------------------*/
  8. #pragma once
  9. #define KIWI_MAJOR_VERSION 1
  10. #define KIWI_MINOR_VERSION 3
  11. #define KIWI_MICRO_VERSION 1
  12. #define KIWI_VERSION_HEX 0x010301
  13. #define KIWI_VERSION "1.3.1"