mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-15 18:10:23 +00:00
Make version reporting consistent
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
|
||||
#define MAGISK_VERSION str(__MVSTR)
|
||||
#define MAGISK_VER_CODE __MCODE
|
||||
#define MAGISK_FULL_VER MAGISK_VERSION "(" str(MAGISK_VER_CODE) ")"
|
||||
|
||||
#define SHOW_VER(name) str(name) " v" MAGISK_VERSION "(" str(MAGISK_VER_CODE) ")"
|
||||
#define FULL_VER(name) SHOW_VER(name) " (by topjohnwu)"
|
||||
#define NAME_WITH_VER(name) str(name) " " MAGISK_FULL_VER
|
||||
|
||||
#ifdef __MDBG
|
||||
#define MAGISK_DEBUG
|
||||
|
Reference in New Issue
Block a user