Fix version returned by eglInitialize from 4.1 to 1.4.

Change-Id: I43f3512374f546a81b7cfbba8959ce9f0ed7fe53
diff --git a/tools/emulator/opengl/host/libs/Translator/EGL/EglImp.cpp b/tools/emulator/opengl/host/libs/Translator/EGL/EglImp.cpp
index 0dca2af..0c3150f 100644
--- a/tools/emulator/opengl/host/libs/Translator/EGL/EglImp.cpp
+++ b/tools/emulator/opengl/host/libs/Translator/EGL/EglImp.cpp
@@ -37,9 +37,8 @@
 #include "EglConfig.h"
 #include "EglOsApi.h"
 
-
-#define MINOR          1
-#define MAJOR          4
+#define MAJOR          1
+#define MINOR          4
 
 //declarations