Bump version

This commit is contained in:
Maschell 2023-07-22 11:08:20 +02:00
parent 2d4d5c64e5
commit e0baf8b7e7

View File

@ -11,7 +11,7 @@ WUMS_MODULE_EXPORT_NAME("homebrew_usbseriallogging");
WUMS_MODULE_SKIP_INIT_FINI(); WUMS_MODULE_SKIP_INIT_FINI();
WUMS_DEPENDS_ON(homebrew_kernel); WUMS_DEPENDS_ON(homebrew_kernel);
#define MODULE_VERSION "v0.1" #define MODULE_VERSION "v0.1.1"
extern "C" void SC_0x51(); extern "C" void SC_0x51();