Edit

kc3-lang/angle/src/common/version.h

Branch :

  • Show log

    Commit

  • Author : apatrick@chromium.org
    Date : 2012-02-08 18:55:41
    Hash : b474de34
    Message : Move translator_hlsl target into Windows specific section of build_angle.gyp. Review URL: https://codereview.appspot.com/5639055 git-svn-id: https://angleproject.googlecode.com/svn/trunk@985 736b8ea6-26fd-11df-bfd4-992fa37f6226

  • src/common/version.h
  • #define MAJOR_VERSION 1
    #define MINOR_VERSION 0
    #define BUILD_VERSION 0
    #define BUILD_REVISION 985
    
    #define STRINGIFY(x) #x
    #define MACRO_STRINGIFY(x) STRINGIFY(x)
    
    #define REVISION_STRING MACRO_STRINGIFY(BUILD_REVISION)
    #define VERSION_STRING MACRO_STRINGIFY(MAJOR_VERSION) "." MACRO_STRINGIFY(MINOR_VERSION) "." MACRO_STRINGIFY(BUILD_VERSION) "." MACRO_STRINGIFY(BUILD_REVISION)