Skip to content

Commit

Permalink
Set correct Date/Year
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalCoinDev committed Dec 23, 2021
1 parent 6753de8 commit 4a53f8e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## Build 5.7 - PENDING
## Build 5.7 - 2021-12-23
- This version will not propagate 0-Fee operations, but will allow 0-Fee operations to the blockchain (CT_AllowPropagate0feeOperations=False)
- A wallet that wants to execute 0-Fee operations will need to connect to a miner/pool/node running a 5.6 version or solomine
- Removed "Ask for Account (PASA)" feature
Expand Down
2 changes: 1 addition & 1 deletion src/gui-classic/UFRMAbout.dfm
Expand Up @@ -217,7 +217,7 @@ object FRMAbout: TFRMAbout
BorderStyle = bsNone
Ctl3D = False
Lines.Strings = (
'Copyright (c) 2016 - 2020 PascalCoin developers'
'Copyright (c) 2016 - 2021 PascalCoin developers'
'Based on Albert Molina original source code'
''

Expand Down
32 changes: 16 additions & 16 deletions src/gui-classic/UFRMAbout.lfm
Expand Up @@ -15,7 +15,7 @@ object FRMAbout: TFRMAbout
Font.Name = 'Tahoma'
OnCreate = FormCreate
Position = poOwnerFormCenter
LCLVersion = '2.0.2.0'
LCLVersion = '2.0.10.0'
object Image1: TImage
Left = 15
Height = 64
Expand Down Expand Up @@ -102,9 +102,9 @@ object FRMAbout: TFRMAbout
end
object Label1: TLabel
Left = 90
Height = 25
Height = 23
Top = 15
Width = 384
Width = 420
Caption = 'Pascal full node Wallet (Classic GUI)'
Font.Color = clBlack
Font.Height = -21
Expand All @@ -115,9 +115,9 @@ object FRMAbout: TFRMAbout
end
object lblBuild: TLabel
Left = 15
Height = 13
Height = 12
Top = 356
Width = 30
Width = 36
Caption = 'Build:'
Font.Color = clWindowText
Font.Height = -11
Expand All @@ -128,9 +128,9 @@ object FRMAbout: TFRMAbout
end
object lblProtocolVersion: TLabel
Left = 15
Height = 13
Height = 12
Top = 375
Width = 50
Width = 57
Caption = 'Protocol:'
Font.Color = clWindowText
Font.Height = -11
Expand All @@ -141,17 +141,17 @@ object FRMAbout: TFRMAbout
end
object Label2: TLabel
Left = 90
Height = 13
Height = 12
Top = 320
Width = 65
Width = 74
Caption = 'Source Code:'
ParentColor = False
end
object Label3: TLabel
Left = 90
Height = 13
Height = 12
Top = 339
Width = 135
Width = 153
Caption = 'Check For New Versions:'
Font.Color = clWindowText
Font.Height = -11
Expand All @@ -163,9 +163,9 @@ object FRMAbout: TFRMAbout
object Label4: TLabel
Cursor = crHandPoint
Left = 170
Height = 13
Height = 12
Top = 320
Width = 240
Width = 260
Caption = 'https://github.com/PascalCoin/PascalCoin'
Font.Color = clBlue
Font.Height = -11
Expand All @@ -178,9 +178,9 @@ object FRMAbout: TFRMAbout
object Label5: TLabel
Cursor = crHandPoint
Left = 237
Height = 13
Height = 12
Top = 339
Width = 253
Width = 270
Caption = 'https://sourceforge.net/projects/pascalcoin'
Font.Color = clBlue
Font.Height = -11
Expand All @@ -197,7 +197,7 @@ object FRMAbout: TFRMAbout
Width = 478
BorderStyle = bsNone
Lines.Strings = (
'Copyright (c) 2016 - 2020 PascalCoin developers'
'Copyright (c) 2016 - 2021 PascalCoin developers'
'Based on Albert Molina original source code'
''
'Pascal (aka Pascal Coin) is P2P cryptocurrency without the need for historical operations. This software comprises a node within the Pascal network.'
Expand Down

0 comments on commit 4a53f8e

Please sign in to comment.