Commit b1d452ea by Nicolas Capens Committed by Nicolas Capens

Bump the major version number.

With OpenGL ES 3.0 now fully supported, this will help discern between older and newer builds. Change-Id: I2506d09cf8c9bc59e3c60918ce3d758b0f20586a Reviewed-on: https://swiftshader-review.googlesource.com/16409Tested-by: 's avatarNicolas Capens <nicolascapens@google.com> Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com>
parent 31d2c417
...@@ -12,10 +12,10 @@ ...@@ -12,10 +12,10 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
#define MAJOR_VERSION 3 #define MAJOR_VERSION 4
#define MINOR_VERSION 3 #define MINOR_VERSION 0
#define BUILD_VERSION 0 #define BUILD_VERSION 0
#define BUILD_REVISION 2 #define BUILD_REVISION 0
#define STRINGIFY(x) #x #define STRINGIFY(x) #x
#define MACRO_STRINGIFY(x) STRINGIFY(x) #define MACRO_STRINGIFY(x) STRINGIFY(x)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment