fix versions

This commit is contained in:
blueloveTH 2024-06-19 11:06:19 +08:00
parent f5c356a047
commit 59bbecdbee
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ output: .retype
url: https://pocketpy.dev
branding:
title: pocketpy
label: v1.5.0
label: v1.4.6
logo: "./static/logo.png"
favicon: "./static/logo.png"
meta:

View File

@ -20,10 +20,10 @@
#include <typeindex>
#include <initializer_list>
#define PK_VERSION "1.5.0"
#define PK_VERSION "1.4.6"
#define PK_VERSION_MAJOR 1
#define PK_VERSION_MINOR 5
#define PK_VERSION_PATCH 0
#define PK_VERSION_MINOR 4
#define PK_VERSION_PATCH 6
#include "config.h"
#include "export.h"