diff options
author | John Wiegley <johnw@newartisans.com> | 2011-03-28 01:55:53 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2011-03-28 01:55:53 -0400 |
commit | 487fb22535d7c3f3d3dbd51ddf30d7b7e9dc00ed (patch) | |
tree | c5a7649d5b069cd89c23798a22ee96bf9015bddb /lib/Makefile | |
parent | 4c2b816d7e768736e8f9a7246dc45010b75ed600 (diff) | |
parent | af94c94a6f927e66cacd71b4625f785372fa438d (diff) | |
download | fork-ledger-487fb22535d7c3f3d3dbd51ddf30d7b7e9dc00ed.tar.gz fork-ledger-487fb22535d7c3f3d3dbd51ddf30d7b7e9dc00ed.tar.bz2 fork-ledger-487fb22535d7c3f3d3dbd51ddf30d7b7e9dc00ed.zip |
Merge branch 'next'
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 10e63d5b..fa81bb76 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -5,7 +5,7 @@ STOW_ROOT = /usr/local/stow PRODUCTS = $(HOME)/Products -GCC_VERSION = 4.5 +GCC_VERSION = 4.6 BOOST_VERSION = 1_46_1 CC = gcc-mp-$(GCC_VERSION) |