Commit ef1d1303 authored by topjohnwu's avatar topjohnwu

Apparently, bumping versioncode isn't enough.. WTF

parent edd4b477
...@@ -756,7 +756,7 @@ int su_main_nodaemon(int argc, char **argv) { ...@@ -756,7 +756,7 @@ int su_main_nodaemon(int argc, char **argv) {
printf("%d\n", VERSION_CODE); printf("%d\n", VERSION_CODE);
exit(EXIT_SUCCESS); exit(EXIT_SUCCESS);
case 'v': case 'v':
printf("%s\n", VERSION); printf("%s cm-su topjohnwu\n", VERSION);
exit(EXIT_SUCCESS); exit(EXIT_SUCCESS);
case 'u': case 'u':
switch (get_multiuser_mode()) { switch (get_multiuser_mode()) {
......
...@@ -79,8 +79,8 @@ ...@@ -79,8 +79,8 @@
#ifndef VERSION_CODE #ifndef VERSION_CODE
#define VERSION_CODE 17 #define VERSION_CODE 17
#endif #endif
// #define VERSION REQUESTOR " topjohnwu r" xstr(VERSION_CODE) #define VERSION xstr(VERSION_CODE) " " REQUESTOR
#define VERSION REQUESTOR " topjohnwu r1" // #define VERSION REQUESTOR " topjohnwu r1"
#define PROTO_VERSION 1 #define PROTO_VERSION 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment