diff options
Diffstat (limited to 'cpp/src/slice2cppe')
-rw-r--r-- | cpp/src/slice2cppe/Gen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/slice2cppe/Gen.h b/cpp/src/slice2cppe/Gen.h index 4e446743fe1..03bbfb77f09 100644 --- a/cpp/src/slice2cppe/Gen.h +++ b/cpp/src/slice2cppe/Gen.h @@ -16,8 +16,8 @@ // // The Ice-E version. // -#define ICEE_STRING_VERSION "1.0.0" // "A.B.C", with A=major, B=minor, C=patch -#define ICEE_INT_VERSION 10000 // AABBCC, with AA=major, BB=minor, CC=patch +#define ICEE_STRING_VERSION "1.1.0" // "A.B.C", with A=major, B=minor, C=patch +#define ICEE_INT_VERSION 10100 // AABBCC, with AA=major, BB=minor, CC=patch namespace Slice { |