diff options
author | John Wiegley <johnw@fpcomplete.com> | 2013-01-30 16:59:42 -0600 |
---|---|---|
committer | John Wiegley <johnw@fpcomplete.com> | 2013-01-30 16:59:42 -0600 |
commit | be7af24250260c52668ffa27b93c8a45f68b58d5 (patch) | |
tree | 9123f1b50c1d2f206ffc6602d17f5240d421e28f /lib/Makefile | |
parent | 2c7ab8be391e8b5b52a988e4e8703c092a975e9e (diff) | |
download | fork-ledger-be7af24250260c52668ffa27b93c8a45f68b58d5.tar.gz fork-ledger-be7af24250260c52668ffa27b93c8a45f68b58d5.tar.bz2 fork-ledger-be7af24250260c52668ffa27b93c8a45f68b58d5.zip |
Upgrade to Boost 1.52
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 68755f18..ddbe0585 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -6,7 +6,7 @@ STOW_ROOT = /usr/local/Cellar/boost PRODUCTS = $(HOME)/Products GCC_VERSION = 4.7 -BOOST_VERSION = 1_50_0 +BOOST_VERSION = 1_52_0 CC = gcc-mp-$(GCC_VERSION) ifeq ($(CC),clang) |