]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Source/C/BrotliCompress/tools/version.h
BaseTools: Copy Brotli algorithm 3rd party source code for tool
[mirror_edk2.git] / BaseTools / Source / C / BrotliCompress / tools / version.h
1 /* Copyright 2015 Google Inc. All Rights Reserved.
2
3 Distributed under MIT license.
4 See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
5 */
6
7 /* Defines a common version string used by all of the brotli tools. */
8
9 #ifndef BROTLI_TOOLS_VERSION_H_
10 #define BROTLI_TOOLS_VERSION_H_
11
12 #define BROTLI_VERSION "0.5.2"
13
14 #endif /* BROTLI_TOOLS_VERSION_H_ */