diff options
author | Craig Earls <enderw88@gmail.com> | 2013-01-30 16:45:50 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2013-01-30 16:45:50 -0700 |
commit | 0e0f9973c70ea4b026880e461a3a5024566cc19a (patch) | |
tree | c3416c163e9f13b1fdd2a5ccc3400375723e7aac /lib | |
parent | aeac4fe252954c21be0b6d2bac67ee74be77bf86 (diff) | |
parent | b21ee1de170f99e8ed5c82546c8ae69e209bd8d6 (diff) | |
download | fork-ledger-0e0f9973c70ea4b026880e461a3a5024566cc19a.tar.gz fork-ledger-0e0f9973c70ea4b026880e461a3a5024566cc19a.tar.bz2 fork-ledger-0e0f9973c70ea4b026880e461a3a5024566cc19a.zip |
Merge branch 'next' into kitchen-sink
Diffstat (limited to 'lib')
-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) |