Skip to content

Commit

Permalink
Preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Serg-Norseman committed Oct 30, 2023
1 parent 6454beb commit ed65c6f
Show file tree
Hide file tree
Showing 19 changed files with 24 additions and 23 deletions.
4 changes: 2 additions & 2 deletions deploy/DEBIAN/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gedkeeper (3.4.0-1~rc1) unstable; urgency=low
gedkeeper (3.4.1-1~rc1) unstable; urgency=low

* Packaged release
* See changelog.md for changes

-- Sergey V. Zhdanovskih (aka Norseman) <gedkeeper@yandex.ru> 28 Oct 2023 00:00:00 +0300
-- Sergey V. Zhdanovskih (aka Norseman) <gedkeeper@yandex.ru> 30 Oct 2023 00:00:00 +0300
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: 3.4.0-1
Version: 3.4.1-1
Architecture: all
Depends: sqlite3
Maintainer: Sergey V. Zhdanovskih (aka Norseman) <gedkeeper@yandex.ru>
Expand Down
2 changes: 1 addition & 1 deletion deploy/Manjaro/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Sergey V. Zhdanovskih (aka Norseman) <gedkeeper@yandex.ru>

pkgname=gedkeeper
pkgver=3.4.0
pkgver=3.4.1
pkgrel=1
pkgdesc="Personal genealogical database editor"
arch=('x86_64')
Expand Down
2 changes: 1 addition & 1 deletion deploy/gedkeeper.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<developer_name>Sergey V. Zhdanovskih</developer_name>

<releases>
<release version="3.4.0" date="2023-10-28">
<release version="3.4.1" date="2023-10-30">
<description>
</description>
</release>
Expand Down
2 changes: 1 addition & 1 deletion deploy/gk2_win_installer.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
cls

set GKVER=2.28.0
set GKVER=2.28.1

del .\*.exe /q
del .\*.zip /q
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 @@ -9,7 +9,7 @@ Unicode true
!define MUI_ICON "..\projects\GKv2\GEDKeeper2\GEDKeeper2.ico"

Name "GEDKeeper"
OutFile "gedkeeper_2.28.0_win86.exe"
OutFile "gedkeeper_2.28.1_win86.exe"
InstallDir $PROGRAMFILES\GEDKeeper2

CRCCheck on
Expand Down
2 changes: 1 addition & 1 deletion deploy/gk3_win_setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Unicode true
!define MUI_ICON "..\projects\GKv3\GEDKeeper3\icon_gedkeeper.ico"

Name "GEDKeeper"
OutFile "gedkeeper_3.4.0_win86.exe"
OutFile "gedkeeper_3.4.1_win86.exe"
InstallDir $PROGRAMFILES\GEDKeeper3

CRCCheck on
Expand Down
2 changes: 1 addition & 1 deletion deploy/make_gk2_mswin_portable.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

set APP_VER=2.28.0
set APP_VER=2.28.1

call ..\clean.cmd

Expand Down
2 changes: 1 addition & 1 deletion deploy/make_gk3_freebsd_image.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

APP_VER="3.4.0"
APP_VER="3.4.1"
dotnet build ../projects/GKv3/GEDKeeper3.sln -c FreeBSD_Release
#cd ./deploy/
sh ./gk_freebsd_image.sh $APP_VER
2 changes: 1 addition & 1 deletion deploy/make_gk3_linux_debian_pack.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

APP_VER="3.4.0"
APP_VER="3.4.1"
dotnet build ../projects/GKv3/GEDKeeper3.sln -c Linux_Release
#cd ./deploy/
sh ./gk_linux_deb_package.sh $APP_VER
2 changes: 1 addition & 1 deletion deploy/make_gk3_linux_fedora_pack.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

APP_VER="3.4.0"
APP_VER="3.4.1"
dotnet build ../projects/GKv3/GEDKeeper3.sln -c Linux_Release
#cd ./deploy/
sh ./gk_linux_rpm_fedora_package.sh $APP_VER
2 changes: 1 addition & 1 deletion deploy/make_gk3_linux_manjaro_pack.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

APP_VER="3.4.0"
APP_VER="3.4.1"
dotnet build ../projects/GKv3/GEDKeeper3.sln -c Linux_Release
#cd ./deploy/
sh ./gk_linux_pkg_manjaro_package.sh $APP_VER
2 changes: 1 addition & 1 deletion deploy/make_gk3_mswin_installer.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

set APP_VER=3.4.0
set APP_VER=3.4.1

call ..\clean.cmd

Expand Down
2 changes: 1 addition & 1 deletion deploy/make_gk3_mswin_portable.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

set APP_VER=3.4.0
set APP_VER=3.4.1

call ..\clean.cmd

Expand Down
4 changes: 2 additions & 2 deletions deploy/rpm/gedkeeper-github.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%define summary GEDKeeper - program for work with personal genealogical database.

Name: gedkeeper
Version: 3.4.0
Version: 3.4.1
Release: 1%{?dist}
Summary: %{summary}
License: GPLv3
Expand Down Expand Up @@ -57,5 +57,5 @@ chmod a+x %{buildroot}%{_libdir}/%{name}/bin/GEDKeeper3
%{summary}

%changelog
* Oct 28 2023 GEDKeeper - 3.4.0
* Oct 30 2023 GEDKeeper - 3.4.1
- New upstream release
4 changes: 2 additions & 2 deletions deploy/rpm/gedkeeper.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%define summary GEDKeeper - program for work with personal genealogical database

Name: gedkeeper
Version: 3.4.0
Version: 3.4.1
Release: 1
Summary: %{summary}
License: GPLv3
Expand Down Expand Up @@ -47,5 +47,5 @@ cp -r bin \
#rm -rf %{buildroot}%{_libdir}/%{name}/scripts/readme.txt

%changelog
* Oct 28 2023 GEDKeeper - 3.4.0
* Oct 30 2023 GEDKeeper - 3.4.1
- New upstream release
4 changes: 2 additions & 2 deletions locales/dev/gkhDev_Implementations.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ <h3>GEDKeeper2 (GKv2)</h3>
<p>Development period: <b>05.08.2011 - present time</b>.</p>
<p>Specificity: C#, WinForms.</p>
<p>Status: <b>stable</b>.</p>
<p>Last version: 2.28.0.</p>
<p>Last version: 2.28.1.</p>


<h3>GEDKeeper3 (GKv3)</h3>
<p>Development period: <b>24.05.2017 - present time</b>.</p>
<p>Specificity: C#, <a href="https://github.com/picoe/eto">Eto.Forms</a>.</p>
<p>Status: <b>beta</b>.</p>
<p>Last version: 3.4.0.</p>
<p>Last version: 3.4.1.</p>


<h3>GEDKeeperJ</h3>
Expand Down
1 change: 1 addition & 0 deletions locales/dev/gkhDev_Releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ <h1>Releases</h1>
<li>v2.26.1/Windows &amp; v3.2.1/Linux,MacOS,Windows [30 May 2023]
<li>v2.27.0/Windows &amp; v3.3.0/Linux,MacOS,Windows [28 Aug 2023]
<li>v2.28.0/Windows &amp; v3.4.0/Linux,MacOS,Windows [28 Oct 2023]
<li>v2.28.1/Windows &amp; v3.4.1/Linux,MacOS,Windows [30 Oct 2023]
</ul>

</body>
Expand Down
4 changes: 2 additions & 2 deletions projects/GKCore/GKCore/GKData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ public static class GKData

public const string APP_COPYRIGHT = "Copyright © 2009-2023 by Sergey V. Zhdanovskih";

public const string APP_VERSION_2X = "2.28.0.0";
public const string APP_VERSION_3X = "3.4.0.0";
public const string APP_VERSION_2X = "2.28.1.0";
public const string APP_VERSION_3X = "3.4.1.0";

#if !GK3
public const string UpdateURL = "https://sourceforge.net/projects/gedkeeper/files/gk_version.xml";
Expand Down

0 comments on commit ed65c6f

Please sign in to comment.