diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 7f385a9b..4be2f714 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -4,7 +4,7 @@ on: push: branches: [ master ] tags: [ "*" ] - paths-ignore: [ "README.md", "history.md", "release-notes.md" ] + paths-ignore: [ "README.md", "CHANGELOG.md", "release-notes.md" ] pull_request: branches: [ master ] @@ -22,12 +22,12 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: false - name: Install Lazarus - uses: gcarreno/setup-lazarus@v3.2 + uses: gcarreno/setup-lazarus@v3 with: with-cache: false lazarus-version: ${{ matrix.lazarus-versions }} @@ -68,7 +68,7 @@ jobs: - name: Upload binary (macOS) if: ${{ (matrix.operating-system == 'macos-latest') && (matrix.lazarus-versions == 'stable') }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: PascalCoinMacOS path: | @@ -85,14 +85,14 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set output id: vars run: echo "tag=${GITHUB_REF#refs/*/}" >> ${GITHUB_OUTPUT} - name: Download the Release binary - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 - name: List files run: | diff --git a/LICENSE b/LICENSE index 0b675ca4..bab6f1d9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2016-2022 Pascal Cryptocurrency developers based on original Albert Molina source code +Copyright (c) 2016-2023 Pascal Cryptocurrency developers based on original Albert Molina source code Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 1ea2c47e..f0deef80 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ``` -Copyright (c) 2016-2022 Pascal developers based on original Albert Molina source code +Copyright (c) 2016-2023 Pascal developers based on original Albert Molina source code ``` Please use at your own risk. diff --git a/release-notes.md b/release-notes.md index 8c95312e..a3d5547f 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,3 +1,6 @@ +# PascalCoin v5.7.2 +- Minor update on cache mem log event + # PascalCoin v5.7.1 - Fix cls function TAccountComp.EqualOperationBlocks diff --git a/src/gui-classic/UFRMAbout.dfm b/src/gui-classic/UFRMAbout.dfm index d8260fd2..7bfe418a 100644 --- a/src/gui-classic/UFRMAbout.dfm +++ b/src/gui-classic/UFRMAbout.dfm @@ -217,7 +217,7 @@ object FRMAbout: TFRMAbout BorderStyle = bsNone Ctl3D = False Lines.Strings = ( - 'Copyright (c) 2016 - 2022 PascalCoin developers' + 'Copyright (c) 2016 - 2023 PascalCoin developers' 'Based on Albert Molina original source code' '' diff --git a/src/gui-classic/UFRMAbout.lfm b/src/gui-classic/UFRMAbout.lfm index 11d9bbef..40edf01e 100644 --- a/src/gui-classic/UFRMAbout.lfm +++ b/src/gui-classic/UFRMAbout.lfm @@ -197,7 +197,7 @@ object FRMAbout: TFRMAbout Width = 478 BorderStyle = bsNone Lines.Strings = ( - 'Copyright (c) 2016 - 2022 PascalCoin developers' + 'Copyright (c) 2016 - 2023 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.'