diff options
author | John Wiegley <johnw@newartisans.com> | 2009-06-22 15:59:34 +0100 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-06-22 15:59:34 +0100 |
commit | 72a2eaa38e68b886a567da2afda8f08b1929e3b6 (patch) | |
tree | a32a1ed9d3d298100d18bc7c5d14e4044f7eee6f /lib/Makefile | |
parent | f8c3b4cad8c48be270150c65a2c0a1079e47926f (diff) | |
download | fork-ledger-72a2eaa38e68b886a567da2afda8f08b1929e3b6.tar.gz fork-ledger-72a2eaa38e68b886a567da2afda8f08b1929e3b6.tar.bz2 fork-ledger-72a2eaa38e68b886a567da2afda8f08b1929e3b6.zip |
Upgraded Boost version reference to 1.39
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 67b45485..38ff924d 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -8,7 +8,7 @@ STOW_ROOT = /usr/local/stow BOOST_SOURCE = boost -BOOST_VERSION = 1_38_0 +BOOST_VERSION = 1_39_0 # architecture=combined boost-release: |