Bump version code before implement own app

This commit is contained in:
topjohnwu 2017-01-01 20:28:58 +08:00
parent 04fcb33d7e
commit edd4b477f8

5
su.h
View File

@ -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