diff options
Diffstat (limited to 'cpp/src/slice2cppe/Gen.h')
-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 a6308a7e430..dd8347e5b0b 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.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 +#define ICEE_STRING_VERSION "1.2.0" // "A.B.C", with A=major, B=minor, C=patch +#define ICEE_INT_VERSION 10200 // AABBCC, with AA=major, BB=minor, CC=patch namespace Slice { |