From 1ef183a01e8a8f9938dfea26d357dbfcd5e7b69a Mon Sep 17 00:00:00 2001 From: Jim Derry Date: Tue, 13 Jul 2021 19:41:05 -0400 Subject: [PATCH] Add support for Clang modules. Bump version for API tracking. --- include/module.modulemap | 7 +++++++ version.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 include/module.modulemap diff --git a/include/module.modulemap b/include/module.modulemap new file mode 100644 index 0000000..eb074ab --- /dev/null +++ b/include/module.modulemap @@ -0,0 +1,7 @@ +module CLibTidy { + header "tidy.h" + header "tidybuffio.h" + header "tidyenum.h" + header "tidyplatform.h" + export * +} diff --git a/version.txt b/version.txt index 8b3716a..69a2a47 100644 --- a/version.txt +++ b/version.txt @@ -1,2 +1,2 @@ -5.9.1 +5.9.2 2021.07.13