mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
* add some clang-format offs. * add formats. * format the world. * AllowShortIfStatementsOnASingleLine * off REGION. * Rollback vm.hpp * Disable insert.
8 lines
178 B
C
8 lines
178 B
C
#pragma once
|
|
// clang-format off
|
|
|
|
#define PK_VERSION "2.0.0"
|
|
#define PK_VERSION_MAJOR 2
|
|
#define PK_VERSION_MINOR 0
|
|
#define PK_VERSION_PATCH 0
|