loader: Update resource context default version
authorMark Young <marky@lunarg.com>
Fri, 26 Aug 2016 20:14:47 +0000 (14:14 -0600)
committerMark Young <marky@lunarg.com>
Fri, 26 Aug 2016 20:14:47 +0000 (14:14 -0600)
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

loader/loader.rc

index b32d2a1..0422699 100755 (executable)
@@ -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"