Signed-off-by: Zhigang Gong <zhigang.g...@intel.com>
---
 src/Android.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Android.mk b/src/Android.mk
index 3d9102e..9b63f7e 100644
--- a/src/Android.mk
+++ b/src/Android.mk
@@ -7,7 +7,7 @@ include $(LOCAL_PATH)/../Android.common.mk
 ocl_config_file = $(LOCAL_PATH)/OCLConfig.h
 $(shell echo "// the configured options and settings for LIBCL" > 
$(ocl_config_file))
 $(shell echo "#define LIBCL_DRIVER_VERSION_MAJOR 1" >> $(ocl_config_file))
-$(shell echo "#define LIBCL_DRIVER_VERSION_MINOR 1" >> $(ocl_config_file))
+$(shell echo "#define LIBCL_DRIVER_VERSION_MINOR 2" >> $(ocl_config_file))
 $(shell echo "#define LIBCL_C_VERSION_MAJOR 1" >> $(ocl_config_file))
 $(shell echo "#define LIBCL_C_VERSION_MINOR 2" >> $(ocl_config_file))
 
-- 
2.7.4

_______________________________________________
Beignet mailing list
Beignet@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/beignet

Reply via email to