diff --git a/Changes.txt b/Changes.txt index 483c3ee..98bd6a5 100644 --- a/Changes.txt +++ b/Changes.txt @@ -1,5 +1,9 @@ GedTools - Version History +1.11.0 - 14 May 2016 +* Added option to choose whether or not to use adoptive relationships + when estimating missing dates in a family tree. + 1.10.0 - 7 March 2010 * Added option to choose whether or not to replace existing pinyin entries when using the Append Pinyin functionality. diff --git a/Readme.txt b/Readme.txt index 1fa614c..1facb88 100644 --- a/Readme.txt +++ b/Readme.txt @@ -1,5 +1,5 @@ -GedTools v1.10.0 -Copyright © 2009-2010 Nick Vrvilo +GedTools v1.11.0 +Copyright © 2009-2016 Nick Vrvilo http://ouuuuch.phoenixteam.org/ GedTools is distributed under the GNU General Public License version 3 diff --git a/installer/GedTools.nsi b/installer/GedTools.nsi index 376ed6d..055d1f8 100644 --- a/installer/GedTools.nsi +++ b/installer/GedTools.nsi @@ -7,7 +7,7 @@ ;Name and file Name "GedTools" - OutFile "GedTools-1_10_0.exe" + OutFile "GedTools-1_11_0.exe" ;Default installation folder InstallDir $PROGRAMFILES\GedTools diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index 1e651d4..855b7dc 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -10,7 +10,7 @@ //=== Constants ===// // Program Version -const char MainWindow::VERSION_NUMBER[] = "1.10.0"; +const char MainWindow::VERSION_NUMBER[] = "1.11.0"; const char MainWindow::COPYRIGHT_YEAR[] = "2016"; // File that disables auto updates