diff options
Diffstat (limited to 'cppe/include')
-rw-r--r-- | cppe/include/IceE/Config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppe/include/IceE/Config.h b/cppe/include/IceE/Config.h index 6367a27a3a4..18c3450c9d6 100644 --- a/cppe/include/IceE/Config.h +++ b/cppe/include/IceE/Config.h @@ -292,8 +292,8 @@ typedef long long Int64; // // The Ice-E version. // -#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 +#define ICEE_STRING_VERSION "1.3.0" // "A.B.C", with A=major, B=minor, C=patch +#define ICEE_INT_VERSION 10300 // AABBCC, with AA=major, BB=minor, CC=patch // // Some include files we need almost everywhere |