Skip to content

Commit

Permalink
Pre-release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
Serg-Norseman committed Aug 14, 2016
1 parent 219b6fb commit 3ec6039
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 11 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/files/
/samples/
/plugins/*.*
/*.exe*
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion deploy/DEBIAN/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gedkeeper (2.7.0-1) unstable; urgency=low
gedkeeper (2.8.0-1) unstable; urgency=low

* Initial Release.

Expand Down
2 changes: 1 addition & 1 deletion deploy/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: gedkeeper
Version: 2.7.0-1
Version: 2.8.0-1
Architecture: all
Depends: mono-complete (>=3)
Maintainer: Serg V. Zhdanovskih (aka Norseman) <norseman@mail.ru>
Expand Down
2 changes: 1 addition & 1 deletion deploy/gk2_linux_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ APP="GEDKeeper2"
EXT="ged"
COMMENT="Personal genealogical database editor"
# APP_PATH=/usr/bin/
APP_VER="2.7.0"
APP_VER="2.8.0"
DEV_PATH="/home/norseman/share/gkdev/GEDKeeper"
PACK_PATH="gedkeeper-$APP_VER"
LIB_PATH="$PACK_PATH/usr/lib/gedkeeper"
Expand Down
2 changes: 1 addition & 1 deletion deploy/gk2_win_portable.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ rem Copyright (C) 2009-2016 by Serg V. Zhdanovskih (aka Alchemist, aka Norseman)
rem This file is part of "GEDKeeper".

set lstfile=".\listfile.txt"
set out_fn="GEDKeeper2-v2.6.0-win-portable"
set out_fn="GEDKeeper2-v2.8.0-win-portable"
set zip_fn=".\%out_fn%.zip"
set log_fn=".\%out_fn%.log"

Expand Down
2 changes: 1 addition & 1 deletion deploy/gk2_win_setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
!include "MUI2.nsh"

Name "GEDKeeper2"
OutFile "GEDKeeper2-v2.7.0-win-setup.exe"
OutFile "gedkeeper_2.8.0_winsetup.exe"
InstallDir $PROGRAMFILES\GEDKeeper2

CRCCheck on
Expand Down
6 changes: 3 additions & 3 deletions locales/help_enu/gkhHistory.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
<body>
<h1>Change log</h1>

<p><b>??.08.2016 [v2.8.0]</b><ul>
<p><b>14.08.2016 [v2.8.0]</b><ul>
<li>(+) Clean and optimize code.
<li>(+) Included are a selection of the interface language at first run after installation.
<li>(+) Implemented selection of portraits from photos.
</ul></p>

<p><b>31.07.2016 [v2.7.0]</b>
<ul>
<p><b>31.07.2016 [v2.7.0]</b><ul>
<li>(+) Added a diagram of the circle of descendants.
<li>(*) Improved options of the circle of ancestors.
<li>(+) Added generation of ascending pedigrees (ancestors).
Expand Down
3 changes: 2 additions & 1 deletion locales/help_rus/gkhHistory.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

<h1>История версий</h1>

<p><b>??.08.2016 [v2.8.0]</b><ul>
<p><b>14.08.2016 [v2.8.0]</b><ul>
<li>(*) Чистка и оптимизация кода.
<li>(+) Включен выбор языка интерфейса программы при первом запуске после установки.
<li>(+) Реализован выбор портретов на фотографиях.
</ul></p>
Expand Down
2 changes: 1 addition & 1 deletion projects/GEDKeeper2/GKProgram.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyTitle("GEDKeeper2")]
[assembly: AssemblyVersion("2.7.0.0")]
[assembly: AssemblyVersion("2.8.0.0")]
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("")]
[assembly: AssemblyKeyName("")]
Expand Down

0 comments on commit 3ec6039

Please sign in to comment.