mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
fix versions
This commit is contained in:
parent
f5c356a047
commit
59bbecdbee
@ -3,7 +3,7 @@ output: .retype
|
|||||||
url: https://pocketpy.dev
|
url: https://pocketpy.dev
|
||||||
branding:
|
branding:
|
||||||
title: pocketpy
|
title: pocketpy
|
||||||
label: v1.5.0
|
label: v1.4.6
|
||||||
logo: "./static/logo.png"
|
logo: "./static/logo.png"
|
||||||
favicon: "./static/logo.png"
|
favicon: "./static/logo.png"
|
||||||
meta:
|
meta:
|
||||||
|
@ -20,10 +20,10 @@
|
|||||||
#include <typeindex>
|
#include <typeindex>
|
||||||
#include <initializer_list>
|
#include <initializer_list>
|
||||||
|
|
||||||
#define PK_VERSION "1.5.0"
|
#define PK_VERSION "1.4.6"
|
||||||
#define PK_VERSION_MAJOR 1
|
#define PK_VERSION_MAJOR 1
|
||||||
#define PK_VERSION_MINOR 5
|
#define PK_VERSION_MINOR 4
|
||||||
#define PK_VERSION_PATCH 0
|
#define PK_VERSION_PATCH 6
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "export.h"
|
#include "export.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user