Skip to content

Commit

Permalink
bump version to 2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Oct 26, 2016
1 parent 52c8ee0 commit 0f9674a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion App/App.pro
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# ***** END LICENSE BLOCK *****

TARGET = Natron
VERSION = 2.1.6
VERSION = 2.1.7
TEMPLATE = app
win32 {
CONFIG += console
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 short X.Y version.
version = '2.1'
# The full version, including alpha/beta/rc tags.
release = '2.1.6'
release = '2.1.7'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion Global/Macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ namespace NATRON_PYTHON_NAMESPACE { }
//////////////////////////////////////////Natron version/////////////////////////////////////////////
#define NATRON_VERSION_MAJOR 2
#define NATRON_VERSION_MINOR 1
#define NATRON_VERSION_REVISION 6
#define NATRON_VERSION_REVISION 7


#define NATRON_LAST_VERSION_URL "http://downloads.natron.fr/LATEST_VERSION.txt"
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.1.6) appears in:
The Natron version number (eg 2.1.7) 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
@@ -1,6 +1,6 @@
Summary: Open source compositing software
Name: Natron
Version: 2.1.6
Version: 2.1.7
Release: 1%{?dist}
License: GPLv2

Expand Down

0 comments on commit 0f9674a

Please sign in to comment.