Skip to content

Commit

Permalink
bump version to 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Dec 17, 2021
1 parent 172b1d1 commit 12d77ff
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion App/App.pro
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ TARGET = Natron
VERSION_21 = 2.1.10
VERSION_22 = 2.2.10
VERSION_23 = 2.3.16
VERSION_24 = 2.4.1
VERSION_24 = 2.4.2
VERSION_30 = 3.0.0

# The version for this branch
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

### Known issues

- Crash when closing a project window on macOS 12+ (Qt4 only). #712
- Rendering sometimes silently stalls after X frames. #248
- Some image formats may have issues (PCX, PSB). #602
- MTS video files are sometimes not read correctly. #186
Expand Down
2 changes: 1 addition & 1 deletion Documentation/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
version_21 = '2.1.10'
version_22 = '2.2.10'
version_23 = '2.3.16'
version_24 = '2.4.1'
version_24 = '2.4.2'
version_30 = '3.0.0'

# The version for this branch
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 @@ -58,7 +58,7 @@
version_21 = '2.1.10'
version_22 = '2.2.10'
version_23 = '2.3.16'
version_24 = '2.4.1'
version_24 = '2.4.2'
version_30 = '3.0.0'

# The version for this branch
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 @@ -52,7 +52,7 @@
version_21 = '2.1.10'
version_22 = '2.2.10'
version_23 = '2.3.16'
version_24 = '2.4.1'
version_24 = '2.4.2'
version_30 = '3.0.0'

# The version for this branch
Expand Down
4 changes: 2 additions & 2 deletions Global/Macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ namespace NATRON_PYTHON_NAMESPACE { }
#define NATRON_VERSION_MINOR_30 0
#define NATRON_VERSION_REVISION_30 0

// RB-2.4: 2.4.1
// RB-2.4: 2.4.2
#define NATRON_VERSION_MAJOR_24 2
#define NATRON_VERSION_MINOR_24 4
#define NATRON_VERSION_REVISION_24 1
#define NATRON_VERSION_REVISION_24 2

// RB-2.3: 2.3.16
#define NATRON_VERSION_MAJOR_23 2
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.4.1) appears in:
The Natron version number (eg 2.4.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 @@ -4,7 +4,7 @@ Name: Natron
Version21: 2.1.10
Version22: 2.2.10
Version23: 2.3.16
Version24: 2.4.1
Version24: 2.4.2
Version30: 3.0.0

# The version for this branch of the sources
Expand Down

0 comments on commit 12d77ff

Please sign in to comment.