| commit | 84e3dea053bea25c1cec44ffb298f8b5b9b9141a | [log] [tgz] |
|---|---|---|
| author | Tim Murray <timmurray@google.com> | Mon Sep 09 16:12:51 2013 -0700 |
| committer | Tim Murray <timmurray@google.com> | Mon Sep 09 16:17:29 2013 -0700 |
| tree | 6de4ffac2b59292f7a538593e348380f0700814d | |
| parent | eeaf7142d7e06efb3e0ddc7ef542884ab1d527dc [diff] [blame] |
Add flags word to context initialization. bug 10427951 Change-Id: If3b9337712bd16655de4a42ccf829bbcd9e01b6e
diff --git a/cpp/RenderScript.h b/cpp/RenderScript.h index 8ed8d0e..1fe7b87 100644 --- a/cpp/RenderScript.h +++ b/cpp/RenderScript.h
@@ -20,7 +20,7 @@ #include "rsCppStructs.h" #ifdef RS_SERVER -#define RS_VERSION 18 +#define RS_VERSION 19 #endif #endif