From adfac2d13989052ca9696809a7d91d196884726c Mon Sep 17 00:00:00 2001 From: Stefan Seefeld Date: Mon, 29 Aug 2016 09:38:20 -0400 Subject: [PATCH] Bump version number. --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index f9cd9d55..24de13dd 100644 --- a/SConstruct +++ b/SConstruct @@ -84,7 +84,7 @@ if not GetOption('verbose'): config.ui.pretty_output(env) # build -env['BPL_VERSION'] = '1.61' +env['BPL_VERSION'] = '1.62' for e in config.variants(env): variant_dir=e.subst("$BOOST_CURRENT_VARIANT_DIR") e.SConscript('src/SConscript', variant_dir=variant_dir + '/src',