Skip to content

Commit 70660de

Browse files
committed
fix: PACKAGE_VERSION is not defined
1 parent 1328a2d commit 70660de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/LCUI_Build.h

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
#define ENABLE_TOUCH_SUPPORT
7171
#undef LCUI_THREAD_PTHREAD
7272
#undef LCUI_VIDEO_DRIVER_FRAMEBUFFER
73+
#define PACKAGE_VERSION "1.0.0-beta.4"
7374
#else
7475
#include <LCUI/config.h>
7576
#ifndef _GNU_SOURCE

0 commit comments

Comments
 (0)