diff --git a/Documentation/source/devel/conf.py b/Documentation/source/devel/conf.py index cbb2066868..1079c4a6a5 100644 --- a/Documentation/source/devel/conf.py +++ b/Documentation/source/devel/conf.py @@ -57,7 +57,7 @@ # the list of currently maintained versions (those that have to be merged into the master branch) version_21 = '2.1.10' version_22 = '2.2.10' -version_23 = '2.3.0' +version_23 = '2.3.2' version_30 = '3.0.0' # The version for this branch diff --git a/Documentation/source/guide/conf.py b/Documentation/source/guide/conf.py index a2198bb5fd..2660c57322 100644 --- a/Documentation/source/guide/conf.py +++ b/Documentation/source/guide/conf.py @@ -51,7 +51,7 @@ # the list of currently maintained versions (those that have to be merged into the master branch) version_21 = '2.1.10' version_22 = '2.2.10' -version_23 = '2.3.0' +version_23 = '2.3.2' version_30 = '3.0.0' # The version for this branch diff --git a/Global/Macros.h b/Global/Macros.h index 4ecc3c00c5..b41dcca750 100644 --- a/Global/Macros.h +++ b/Global/Macros.h @@ -120,10 +120,10 @@ namespace NATRON_PYTHON_NAMESPACE { } #define NATRON_VERSION_MINOR_30 0 #define NATRON_VERSION_REVISION_30 0 -// RB-2: 2.3.0 +// RB-2: 2.3.2 #define NATRON_VERSION_MAJOR_23 2 #define NATRON_VERSION_MINOR_23 3 -#define NATRON_VERSION_REVISION_23 1 +#define NATRON_VERSION_REVISION_23 2 // RB-2.2: 2.2.10 #define NATRON_VERSION_MAJOR_22 2