Skip to content

Commit adfac2d

Browse files
committed
Bump version number.
1 parent d79b596 commit adfac2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ if not GetOption('verbose'):
8484
config.ui.pretty_output(env)
8585

8686
# build
87-
env['BPL_VERSION'] = '1.61'
87+
env['BPL_VERSION'] = '1.62'
8888
for e in config.variants(env):
8989
variant_dir=e.subst("$BOOST_CURRENT_VARIANT_DIR")
9090
e.SConscript('src/SConscript', variant_dir=variant_dir + '/src',

0 commit comments

Comments
 (0)