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
commit730088a2828c59541ef42678c2375b98224a62cf (patch)
tree4b5a9e462be3358b858ccfcf917a21558f581258
parenta950a83a807518e465706c3712d6f80afff460b9 (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" ] ;