-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,10 +35,10 @@ | |
#include "imagelib/imagelib.h" | ||
|
||
#define APKENV_NAME "apkenv" | ||
#define APKENV_VERSION "42.4.0" | ||
#define APKENV_VERSION "42.7.0" | ||
#define APKENV_WEBSITE "http://thp.io/2012/apkenv/" | ||
#define APKENV_HEADLINE APKENV_NAME " " APKENV_VERSION " - " APKENV_WEBSITE | ||
#define APKENV_COPYRIGHT "Copyright (c) 2012, 2013 Thomas Perl <[email protected]>" | ||
#define APKENV_COPYRIGHT "Copyright (c) 2012, 2013, 2014 Thomas Perl <[email protected]>" | ||
|
||
struct GlobalState; | ||
struct SupportModule; | ||
|