From 73fa1a17a06f1cda15414a402ef9e51b80e11c9c Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Thu, 28 Aug 2014 22:06:05 +0000 Subject: [PATCH] Fix bdist complains about invalid version number --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 6a29e5b98..5f41b9522 100644 --- a/SConstruct +++ b/SConstruct @@ -596,7 +596,7 @@ config_options = [ NOTE: Matlab comes with a stripped-down version of 'dot'. If 'dot' is on your path, make sure it is not the Matlab version!""", '', PathVariable.PathAccept), - ('cantera_version', '', '2.2a') + ('cantera_version', '', '2.2a1') ] opts.AddVariables(*config_options)