diff options
author | Jens Geyer <jensg@apache.org> | 2021-03-02 21:02:34 +0100 |
---|---|---|
committer | Jens Geyer <jensg@apache.org> | 2021-03-02 21:02:34 +0100 |
commit | 65291dac391080d8aa8188ea62f428f4398425cc (patch) | |
tree | 2b18b7231808f8a91e8619d119354aab7c977113 /compiler/cpp | |
parent | 65fb49bb41f852375b278c9057d52c9472f0cb3a (diff) | |
download | thrift-65291dac391080d8aa8188ea62f428f4398425cc.tar.gz |
version 0.14.1
Diffstat (limited to 'compiler/cpp')
-rw-r--r-- | compiler/cpp/src/thrift/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cpp/src/thrift/version.h b/compiler/cpp/src/thrift/version.h index 3a7250d9d..a1960c4e2 100644 --- a/compiler/cpp/src/thrift/version.h +++ b/compiler/cpp/src/thrift/version.h @@ -24,6 +24,6 @@ #pragma once #endif // _MSC_VER -#define THRIFT_VERSION "0.14.0" +#define THRIFT_VERSION "0.14.1" #endif // _THRIFT_VERSION_H_ |