Commit ce2d4025 by apatrick@chromium.org

Bump ANGLE_SH_VERSION to 110.

The bump to 109 in r1984 collided with a similar version change in dx11proto branch (r1738). Review URL: https://codereview.appspot.com/7446050 git-svn-id: https://angleproject.googlecode.com/svn/trunk@1987 736b8ea6-26fd-11df-bfd4-992fa37f6226
parent 7566efcf
......@@ -37,7 +37,7 @@ extern "C" {
// Version number for shader translation API.
// It is incremented everytime the API changes.
#define ANGLE_SH_VERSION 109
#define ANGLE_SH_VERSION 110
//
// The names of the following enums have been derived by replacing GL prefix
......
#define MAJOR_VERSION 1
#define MINOR_VERSION 0
#define BUILD_VERSION 0
#define BUILD_REVISION 1986
#define BUILD_REVISION 1987
#define STRINGIFY(x) #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