summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2011-02-28 16:24:15 -0500
committerJohn Wiegley <johnw@newartisans.com>2011-02-28 16:24:15 -0500
commit8388baafd3e2c6e4b2f76878215d503e8842da27 (patch)
tree246422575a6338acfc946ce501ae4e2df056ccf1 /lib/Makefile
parent021fc50842a85d8357ca70c13e35b169a4d91e29 (diff)
downloadfork-ledger-8388baafd3e2c6e4b2f76878215d503e8842da27.tar.gz
fork-ledger-8388baafd3e2c6e4b2f76878215d503e8842da27.tar.bz2
fork-ledger-8388baafd3e2c6e4b2f76878215d503e8842da27.zip
Support Boost 1.46 and Boost.Filesystem v3
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 12859439..0e3d1da1 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -6,7 +6,7 @@ STOW_ROOT = /usr/local/stow
PRODUCTS = $(HOME)/Products
GCC_VERSION = 4.6
-BOOST_VERSION = 1_45_0
+BOOST_VERSION = 1_46_0
CC = gcc-mp-$(GCC_VERSION)
ifeq ($(CC),clang)