Skip to content

Commit

Permalink
* Preparing new version (patch), 1.9.5 .2
Browse files Browse the repository at this point in the history
  • Loading branch information
dpradov committed May 18, 2024
1 parent 5c45ec8 commit a7ba73f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

#define AppName "KeyNote NF"
#define AppFileExe "keynote.exe"
#define Version "1.9.5.1"
#define AppVersion "1.9.5 .1"
#define Version "1.9.5.2"
#define AppVersion "1.9.5 .2"
;#define AppVersion GetVersionNumbersString("..\Output\bin\keynote.exe")
#define DefaultProfile "{app}\Profiles\Default"

Expand All @@ -17,8 +17,8 @@

[Setup]
SignTool=mySignTool
TouchDate=2024-05-17
TouchTime=23:30
TouchDate=2024-05-18
TouchTime=12:00
AppName={#AppName}
AppVersion={#AppVersion}
VersionInfoVersion={#Version}
Expand Down
4 changes: 4 additions & 0 deletions doc/history.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
## Remember to make backups of .knt files. Recommended option: 'Backup at regular intervals'


v 1.9.5.2 (18 may 2024)
--------------------------
* Fixed: New created folders didn't show tree panel (Patch on 1.9.5.1)

v 1.9.5.1 (17 may 2024)
--------------------------
(Detailed info in doc\Changes in 1.9.5 .01.txt)
Expand Down
6 changes: 3 additions & 3 deletions general/kn_Const.pas
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ procedure DefineConst;

const
Program_Name = 'KeyNote NF';
Program_Version = '1.9.5 .1';
Program_Version_Number = '1.9.5.1';
Program_Version_Date = '17/05/2024';
Program_Version = '1.9.5 .2';
Program_Version_Number = '1.9.5.2';
Program_Version_Date = '18/05/2024';
Program_License = 'Free software, Open Source (Mozilla Public License 2.0)';

Program_URL = 'https://github.com/dpradov/keynote-nf'; //'http://keynote.prv.pl';
Expand Down
4 changes: 2 additions & 2 deletions keynote.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@
<AppDPIAwarenessMode>gdiScaling</AppDPIAwarenessMode>
<VerInfo_MinorVer>9</VerInfo_MinorVer>
<VerInfo_Release>5</VerInfo_Release>
<VerInfo_Keys>CompanyName=;FileDescription=KeyNote NF 1.9.5.1;FileVersion=1.9.5.1;InternalName=;LegalCopyright=(c) Daniel Prado 2007-24 (c) Marek Jedlinski 2000-05;LegalTrademarks=Free software, MPL 2.0;OriginalFilename=keynote.exe;ProductName=KeyNote NF (New Features);ProductVersion=1.9.5.1;Comments=;ProgramID=</VerInfo_Keys>
<VerInfo_Keys>CompanyName=;FileDescription=KeyNote NF 1.9.5.2;FileVersion=1.9.5.2;InternalName=;LegalCopyright=(c) Daniel Prado 2007-24 (c) Marek Jedlinski 2000-05;LegalTrademarks=Free software, MPL 2.0;OriginalFilename=keynote.exe;ProductName=KeyNote NF (New Features);ProductVersion=1.9.5.2;Comments=;ProgramID=</VerInfo_Keys>
<DCC_Define>VCL;$(DCC_Define)</DCC_Define>
<VerInfo_Build>1</VerInfo_Build>
<VerInfo_Build>2</VerInfo_Build>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<DCC_Define>DEBUG;KNT_DEBUG;$(DCC_Define)</DCC_Define>
Expand Down
Binary file modified keynote.res
Binary file not shown.

0 comments on commit a7ba73f

Please sign in to comment.