mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-26 12:37:39 +00:00
Bump version code before implement own app
This commit is contained in:
parent
04fcb33d7e
commit
edd4b477f8
5
su.h
5
su.h
@ -77,9 +77,10 @@
|
|||||||
#define str(a) #a
|
#define str(a) #a
|
||||||
|
|
||||||
#ifndef VERSION_CODE
|
#ifndef VERSION_CODE
|
||||||
#define VERSION_CODE 1
|
#define VERSION_CODE 17
|
||||||
#endif
|
#endif
|
||||||
#define VERSION REQUESTOR " topjohnwu r" xstr(VERSION_CODE)
|
// #define VERSION REQUESTOR " topjohnwu r" xstr(VERSION_CODE)
|
||||||
|
#define VERSION REQUESTOR " topjohnwu r1"
|
||||||
|
|
||||||
#define PROTO_VERSION 1
|
#define PROTO_VERSION 1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user