# HG changeset patch # User Myhailo Danylenko # Date 1270666348 -10800 # Node ID ff11a676f6452d75c191e25ea3afe656479ecbf0 # Parent d7894b34a10e5a204225dda4b062578217a62997 API version bump diff -r d7894b34a10e -r ff11a676f645 pep.c --- a/pep.c Sun Apr 04 16:46:37 2010 +0300 +++ b/pep.c Wed Apr 07 21:52:28 2010 +0300 @@ -37,7 +37,7 @@ static module_info_t info_pep_experimental = { .branch = "experimental", - .api = 15, + .api = 23, .version = PROJECT_VERSION, .description = DESCRIPTION, .requires = NULL,