Skip to content

Commit

Permalink
Use numeric versions for the binary
Browse files Browse the repository at this point in the history
The binary is updated less often than the Java part.
A version string suggests that the version number should be the same
as for the Java part (especially when the strings are similar), but
this is not the case.

The different format should avoid this misunderstanding and also
recompiling the binary just to change the version from "beta"
to "release" etc.
  • Loading branch information
rovo89 committed Jul 3, 2012
1 parent 7cdb3dd commit 670fb71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xposed.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace android {
#define XPOSED_CLASS "de/robv/android/xposed/XposedBridge"
#define XPOSED_CLASS_DOTS "de.robv.android.xposed.XposedBridge"
#define XRESOURCES_CLASS "android/content/res/XResources"
#define XPOSED_VERSION "1.7b7"
#define XPOSED_VERSION "20"

extern bool keepLoadingXposed;
typedef std::list<Method>::iterator XposedOriginalMethodsIt;
Expand Down

0 comments on commit 670fb71

Please sign in to comment.