From edd4b477f867d9f57bd184fc35ca48c2331d975a Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Sun, 1 Jan 2017 20:28:58 +0800 Subject: [PATCH] Bump version code before implement own app --- su.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/su.h b/su.h index a727c9d61..4545c2bdc 100644 --- a/su.h +++ b/su.h @@ -77,9 +77,10 @@ #define str(a) #a #ifndef VERSION_CODE -#define VERSION_CODE 1 +#define VERSION_CODE 17 #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