include-what-you-use/iwyu_version.h

16 lines
517 B
C
Raw Normal View History

2014-02-23 00:31:52 +00:00
//===--- iwyu_version.h - include-what-you-use versioning -----------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#ifndef INCLUDE_WHAT_YOU_USE_IWYU_VERSION_H_
#define INCLUDE_WHAT_YOU_USE_IWYU_VERSION_H_
2014-02-23 00:31:52 +00:00
2022-11-02 19:58:28 +00:00
#define IWYU_VERSION_STRING "0.20"
2014-02-23 00:31:52 +00:00
#endif // INCLUDE_WHAT_YOU_USE_IWYU_VERSION_H_