summaryrefslogtreecommitdiffstats
path: root/iwyu_version.h
blob: 7c3b41caca1181803558d638e0806d679156b76f (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.17"

#endif  // INCLUDE_WHAT_YOU_USE_IWYU_VERSION_H_