summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@fpcomplete.com>2013-01-30 16:59:42 -0600
committerJohn Wiegley <johnw@fpcomplete.com>2013-01-30 16:59:42 -0600
commitbe7af24250260c52668ffa27b93c8a45f68b58d5 (patch)
tree9123f1b50c1d2f206ffc6602d17f5240d421e28f /acprep
parent2c7ab8be391e8b5b52a988e4e8703c092a975e9e (diff)
downloadfork-ledger-be7af24250260c52668ffa27b93c8a45f68b58d5.tar.gz
fork-ledger-be7af24250260c52668ffa27b93c8a45f68b58d5.tar.bz2
fork-ledger-be7af24250260c52668ffa27b93c8a45f68b58d5.zip
Upgrade to Boost 1.52
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep2
1 files changed, 1 insertions, 1 deletions
diff --git a/acprep b/acprep
index 26f8d8b2..b83d1f19 100755
--- a/acprep
+++ b/acprep
@@ -99,7 +99,7 @@ class CommandLineApp(object):
force_exit = True # If true, always ends run() with sys.exit()
log_handler = None
- boost_major = "1_50"
+ boost_major = "1_52"
options = {
'debug': False,