Browse Source

Set correct Date/Year

Pascal Coin 3 years ago
parent
commit
4a53f8ede9
3 changed files with 18 additions and 18 deletions
  1. 1 1
      CHANGELOG.md
  2. 1 1
      src/gui-classic/UFRMAbout.dfm
  3. 16 16
      src/gui-classic/UFRMAbout.lfm

+ 1 - 1
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

+ 1 - 1
src/gui-classic/UFRMAbout.dfm

@@ -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'
       ''
       

+ 16 - 16
src/gui-classic/UFRMAbout.lfm

@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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.'