mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-21 12:00:18 +00:00
7 lines
158 B
C++
7 lines
158 B
C++
#pragma once
|
|
|
|
#define PK_VERSION "2.0.0"
|
|
#define PK_VERSION_MAJOR 2
|
|
#define PK_VERSION_MINOR 0
|
|
#define PK_VERSION_PATCH 0
|