diff options
| author | Mark Young <marky@lunarg.com> | 2016-08-26 14:14:47 -0600 |
|---|---|---|
| committer | Mark Young <marky@lunarg.com> | 2016-08-26 14:14:47 -0600 |
| commit | ba3a3b2303b70968cb88302d489abf006b533c6d (patch) | |
| tree | 8b246836475476f0ee5595adb005823cd5fea5ac /loader/loader.rc | |
| parent | 7c2b5bdc4756c19b2feb1f25b9ccc53e5aef2be8 (diff) | |
| download | usermoji-ba3a3b2303b70968cb88302d489abf006b533c6d.tar.xz | |
loader: Update resource context default version
The loader had a stale file version. This version gets replaced
as part of a standard SDK build, but we should have a unique
ID for a developer built loader. I updated it to have build 1111
and patch 2222 by default.
Change-Id: I70c3152b2ea5f29a072af94ca5f5a19227bbee67
Diffstat (limited to 'loader/loader.rc')
| -rwxr-xr-x | loader/loader.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/loader.rc b/loader/loader.rc index b32d2a1a..04226991 100755 --- a/loader/loader.rc +++ b/loader/loader.rc @@ -27,8 +27,8 @@ #define VERSION_MAJOR 1 #define VERSION_MINOR 0 -#define VERSION_PATCH 12 -#define VERSION_BUILDNO 0 +#define VERSION_PATCH 1111 +#define VERSION_BUILDNO 2222 #define VERSION_BUILD_DESCRIPTION "Dev Build" |
