diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-03-16 13:52:35 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-03-16 13:52:35 +0000 |
commit | 3da6c1e182663019b8982f0d41b5520503425221 (patch) | |
tree | ada9c1018784b45bbec617cd470dbdab3bf785c1 /cpp/src/slice2cppe/Gen.h | |
parent | Added batch auto flushing (diff) | |
download | ice-3da6c1e182663019b8982f0d41b5520503425221.tar.bz2 ice-3da6c1e182663019b8982f0d41b5520503425221.tar.xz ice-3da6c1e182663019b8982f0d41b5520503425221.zip |
Updated IceE version to 1.2.0
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 { |