diff options
author | Joe George <joe@zeroc.com> | 2016-03-11 14:59:17 -0500 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2016-03-11 14:59:17 -0500 |
commit | e9af3e585117b9aed5e842ef915870a8895ce46b (patch) | |
tree | 6afe2459e615ef01833a29f84c464f249061dbaf /cpp | |
parent | Merge branch '3.6' (diff) | |
parent | Update version to 3.6.2 in several md files (diff) | |
download | ice-e9af3e585117b9aed5e842ef915870a8895ce46b.tar.bz2 ice-e9af3e585117b9aed5e842ef915870a8895ce46b.tar.xz ice-e9af3e585117b9aed5e842ef915870a8895ce46b.zip |
Merge remote-tracking branch 'origin/3.6'
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/config/Make.rules.MINGW | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/config/Make.rules.MINGW b/cpp/config/Make.rules.MINGW index 0fc36fc7430..10e67d222c0 100644 --- a/cpp/config/Make.rules.MINGW +++ b/cpp/config/Make.rules.MINGW @@ -80,7 +80,7 @@ BZIP2_FLAGS = -I$(BZIP2_HOME)/build/native/include BZIP2_LIBS = -L$(BZIP2_HOME)/build/native/bin/$(PLATFORM) -lbzip2$(COMPSUFFIX) BZIP2_NUPKG = $(BZIP2_HOME)/bzip2.$(PLATFORMTOOLSET).nupkg -MCPP_VERSION = 2.7.2.4 +MCPP_VERSION = 2.7.2.8 MCPP_HOME = $(PKG_DIR)/mcpp.$(PLATFORMTOOLSET) MCPP_LIBS = -L$(MCPP_HOME)/build/native/lib/$(PLATFORM) -lmcpp MCPP_NUPKG = $(MCPP_HOME)/mcpp.$(PLATFORMTOOLSET).nupkg |