Bump env version because of new config class.

This commit is contained in:
Georg Brandl
2008-01-21 22:36:32 +00:00
parent b208dd634a
commit 923987c0e1

View File

@@ -57,7 +57,7 @@ default_settings = {
# This is increased every time a new environment attribute is added # This is increased every time a new environment attribute is added
# to properly invalidate pickle files. # to properly invalidate pickle files.
ENV_VERSION = 14 ENV_VERSION = 15
def walk_depth(node, depth, maxdepth): def walk_depth(node, depth, maxdepth):