Skip to content

Commit

Permalink
bump version to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Jan 24, 2017
1 parent a931244 commit 7cc47d0
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion App/App.pro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ TARGET = Natron

# 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.1
VERSION_22 = 2.2.2
VERSION_23 = 2.3
VERSION_30 = 3.0.0

Expand Down
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@

This is a bug-fix release

- fix hue display in the viewer
- EdgeBlur now has an optional Matte input used to compute the edges
- fix hue display in the viewer #1554
- EdgeBlur now has an optional Matte input used to compute the edges #1553
- fix reading image sequences that do not have frame number 1 in them #1556

## Version 2.2.1

Expand Down
2 changes: 1 addition & 1 deletion Documentation/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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.1'
version_22 = '2.2.2'
version_23 = '2.3'
version_30 = '3.0'

Expand Down
2 changes: 1 addition & 1 deletion Documentation/source/devel/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,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.1'
version_22 = '2.2.2'
version_23 = '2.3'
version_30 = '3.0'

Expand Down
2 changes: 1 addition & 1 deletion Documentation/source/guide/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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.1'
version_22 = '2.2.2'
version_23 = '2.3'
version_30 = '3.0'

Expand Down
6 changes: 5 additions & 1 deletion Global/Macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,18 +115,22 @@ namespace NATRON_PYTHON_NAMESPACE { }
//////////////////////////////////////////Natron version/////////////////////////////////////////////

// The currently maintained Natron versions
// RB-3: 3.0.0
#define NATRON_VERSION_MAJOR_30 3
#define NATRON_VERSION_MINOR_30 0
#define NATRON_VERSION_REVISION_30 0

// RB-2: 2.3.0
#define NATRON_VERSION_MAJOR_23 2
#define NATRON_VERSION_MINOR_23 3
#define NATRON_VERSION_REVISION_23 0

// RB-2.2: 2.2.2
#define NATRON_VERSION_MAJOR_22 2
#define NATRON_VERSION_MINOR_22 2
#define NATRON_VERSION_REVISION_22 1
#define NATRON_VERSION_REVISION_22 2

// RB-2.1: 2.1.10
#define NATRON_VERSION_MAJOR_21 2
#define NATRON_VERSION_MINOR_21 1
#define NATRON_VERSION_REVISION_21 10
Expand Down
2 changes: 1 addition & 1 deletion LATEST_VERSION_README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The Natron version number (eg 2.2.1) appears in:
The Natron version number (eg 2.2.2) appears in:

- Documentation/source/conf.py in variables version and release
- App/App.pro in variable VERSION
Expand Down
2 changes: 1 addition & 1 deletion Natron.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Summary: Open source compositing software
Name: Natron
# The two actively maintained versions (that are merged into master)
Version21: 2.1.10
Version22: 2.2.1
Version22: 2.2.2
Version23: 2.3
Version30: 3.0.0

Expand Down

0 comments on commit 7cc47d0

Please sign in to comment.