summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2012-09-13 13:19:11 +0100
committerKenneth Heafield <github@kheafield.com>2012-09-13 13:20:13 +0100
commit8b824d1b940dc8b19e627dc476fdacfa92d75d34 (patch)
tree1d8097d0195039d8c2e04338295cb8b31e9ba878
parent18c5b12399eb078dbb8c764a205caf9c610f9a2f (diff)
Apparently cdec works on Boost 1.42.0
-rw-r--r--Jamroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot b/Jamroot
index 738b83e3..8f6629ea 100644
--- a/Jamroot
+++ b/Jamroot
@@ -10,7 +10,7 @@
path-constant TOP : . ;
include $(TOP)/jam-files/sanity.jam ;
-boost 104400 ;
+boost 104200 ;
external-lib z ;
with-google-hash = [ option.get "with-google-hash" ] ;