Apparently, bumping versioncode isn't enough.. WTF
This commit is contained in:
parent
edd4b477f8
commit
ef1d1303f4
2
su.c
2
su.c
@ -756,7 +756,7 @@ int su_main_nodaemon(int argc, char **argv) {
|
||||
printf("%d\n", VERSION_CODE);
|
||||
exit(EXIT_SUCCESS);
|
||||
case 'v':
|
||||
printf("%s\n", VERSION);
|
||||
printf("%s cm-su topjohnwu\n", VERSION);
|
||||
exit(EXIT_SUCCESS);
|
||||
case 'u':
|
||||
switch (get_multiuser_mode()) {
|
||||
|
4
su.h
4
su.h
@ -79,8 +79,8 @@
|
||||
#ifndef VERSION_CODE
|
||||
#define VERSION_CODE 17
|
||||
#endif
|
||||
// #define VERSION REQUESTOR " topjohnwu r" xstr(VERSION_CODE)
|
||||
#define VERSION REQUESTOR " topjohnwu r1"
|
||||
#define VERSION xstr(VERSION_CODE) " " REQUESTOR
|
||||
// #define VERSION REQUESTOR " topjohnwu r1"
|
||||
|
||||
#define PROTO_VERSION 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user