Index: include/pstl/internal/pstl_config.h =================================================================== --- include/pstl/internal/pstl_config.h +++ include/pstl/internal/pstl_config.h @@ -10,7 +10,7 @@ #ifndef __PSTL_config_H #define __PSTL_config_H -#define PSTL_VERSION 203 +#define PSTL_VERSION 205 #define PSTL_VERSION_MAJOR (PSTL_VERSION / 100) #define PSTL_VERSION_MINOR (PSTL_VERSION - PSTL_VERSION_MAJOR * 100)