summaryrefslogtreecommitdiffstats
path: root/iwyu_version.h
blob: 66b7c62f377c43d21b907e1298ba61e5a3552a2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//===--- 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_

#define IWYU_VERSION_STRING "0.18"

#endif  // INCLUDE_WHAT_YOU_USE_IWYU_VERSION_H_