Skip to content

Commit

Permalink
Bump for release 1.4.0
Browse files Browse the repository at this point in the history
This release is MANDATORY due to the consensus change in ProgPoW (Proof of Work) mining reduction of the DAG size to allow GPU miners with lower RAM sizes to mine.

This will take place at block 2,100,000, expected the 21st of January, or possibly on the 20th.

This wallet also serves as an update directly instead of v1.3.0.0 from the 1.2.x wallet, as it contains the same code that is in mandatory version 1.3.0.0, meaning that you can go directly from version 1.2 to 1.4. 1.3 and this 1.4 extends Proof of Work mining preventing it from ending at block two million expected on the 12th of November 2022. Proof of Work mining will now continue throughout Veil's future until the block subsidy and the Supply of Veil reaches its maximum, expected in January 2038, after which Veil nodes will be incentivised by transaction fees.
  • Loading branch information
seanPhill committed Sep 28, 2022
1 parent 03c1b43 commit 5b61f03
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 1)
define(_CLIENT_VERSION_MINOR, 3)
define(_CLIENT_VERSION_REVISION, 1)
define(_CLIENT_VERSION_BUILD, 99)
define(_CLIENT_VERSION_IS_RELEASE, false)
define(_CLIENT_VERSION_MINOR, 4)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2022)
define(_COPYRIGHT_HOLDERS,[The %s developers])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Veil Core]])
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-linux.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "veil-1.3.1.99"
name: "veil-1.4.0.0"
enable_cache: true
suites:
- "bionic"
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-osx.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "veil-osx-1.3.1.99"
name: "veil-osx-1.4.0.0"
enable_cache: true
suites:
- "bionic"
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-win.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "veil-win-1.3.1.99"
name: "veil-win-1.4.0.0"
enable_cache: true
suites:
- "bionic"
Expand Down

0 comments on commit 5b61f03

Please sign in to comment.