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
diff --git a/loader/loader.rc b/loader/loader.rc
index b32d2a1..0422699 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"