diff options
author | John Wiegley <johnw@newartisans.com> | 2011-03-23 00:33:10 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2011-03-23 00:33:10 -0400 |
commit | 7b7a9503c974bf58b5255930370a03aff5c148d2 (patch) | |
tree | 7f87e1fd7a7ed423611a8381584fd7c1becaeea0 /lib/Makefile | |
parent | 584bdb1600d4e0c71cbfdeca18f4db7170c0ab3c (diff) | |
download | fork-ledger-7b7a9503c974bf58b5255930370a03aff5c148d2.tar.gz fork-ledger-7b7a9503c974bf58b5255930370a03aff5c148d2.tar.bz2 fork-ledger-7b7a9503c974bf58b5255930370a03aff5c148d2.zip |
Bump default Boost version to 1.46.1
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index 0e3d1da1..10e63d5b 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -5,8 +5,8 @@ STOW_ROOT = /usr/local/stow PRODUCTS = $(HOME)/Products -GCC_VERSION = 4.6 -BOOST_VERSION = 1_46_0 +GCC_VERSION = 4.5 +BOOST_VERSION = 1_46_1 CC = gcc-mp-$(GCC_VERSION) ifeq ($(CC),clang) |