tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

vpx_version.h (371B)


      1 // This file is generated. Do not edit.
      2 #ifndef VPX_VERSION_H_
      3 #define VPX_VERSION_H_
      4 #define VERSION_MAJOR  1
      5 #define VERSION_MINOR  15
      6 #define VERSION_PATCH  2
      7 #define VERSION_EXTRA  ""
      8 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
      9 #define VERSION_STRING_NOSP "v1.15.2"
     10 #define VERSION_STRING      " v1.15.2"
     11 #endif  // VPX_VERSION_H_