diff --git a/aquery_config.py b/aquery_config.py index f0e64a9..caa4faa 100644 --- a/aquery_config.py +++ b/aquery_config.py @@ -2,7 +2,7 @@ ## GLOBAL CONFIGURATION FLAGS -version_string = '0.5.2a' +version_string = '0.5.3a' add_path_to_ldpath = True rebuild_backend = False run_backend = True @@ -13,6 +13,8 @@ os_platform = 'unknown' build_driver = 'Auto' compilation_output = True +## END GLOBAL CONFIGURATION FLAGS + def init_config(): global __config_initialized__, os_platform, msbuildroot, build_driver ## SETUP ENVIRONMENT VARIABLES