summaryrefslogtreecommitdiff
path: root/cppe
diff options
context:
space:
mode:
Diffstat (limited to 'cppe')
-rw-r--r--cppe/config/Make.rules4
-rw-r--r--cppe/config/Make.rules.mak4
-rw-r--r--cppe/include/IceE/Config.h4
3 files changed, 6 insertions, 6 deletions
diff --git a/cppe/config/Make.rules b/cppe/config/Make.rules
index b6fa4f0b512..9c9431ee263 100644
--- a/cppe/config/Make.rules
+++ b/cppe/config/Make.rules
@@ -58,8 +58,8 @@ prefix = /opt/IceE-$(VERSION)
# ----------------------------------------------------------------------
SHELL = /bin/sh
-VERSION = 1.2.0
-SOVERSION = 12
+VERSION = 1.3.0
+SOVERSION = 13
bindir = $(top_srcdir)/bin
libdir = $(top_srcdir)/lib
includedir = $(top_srcdir)/include
diff --git a/cppe/config/Make.rules.mak b/cppe/config/Make.rules.mak
index a08a7b7d944..71999de27dc 100644
--- a/cppe/config/Make.rules.mak
+++ b/cppe/config/Make.rules.mak
@@ -70,8 +70,8 @@ MT = "$(PDK_HOME)\bin\mt.exe"
# ----------------------------------------------------------------------
SHELL = /bin/sh
-VERSION = 1.2.0
-SOVERSION = 12
+VERSION = 1.3.0
+SOVERSION = 13
bindir = $(top_srcdir)\bin
libdir = $(top_srcdir)\lib
includedir = $(top_srcdir)\include
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