Skip to content

Commit 5b61f03

Browse files
committed
Bump for release 1.4.0
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.
1 parent 03c1b43 commit 5b61f03

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

configure.ac

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
22
AC_PREREQ([2.60])
33
define(_CLIENT_VERSION_MAJOR, 1)
4-
define(_CLIENT_VERSION_MINOR, 3)
5-
define(_CLIENT_VERSION_REVISION, 1)
6-
define(_CLIENT_VERSION_BUILD, 99)
7-
define(_CLIENT_VERSION_IS_RELEASE, false)
4+
define(_CLIENT_VERSION_MINOR, 4)
5+
define(_CLIENT_VERSION_REVISION, 0)
6+
define(_CLIENT_VERSION_BUILD, 0)
7+
define(_CLIENT_VERSION_IS_RELEASE, true)
88
define(_COPYRIGHT_YEAR, 2022)
99
define(_COPYRIGHT_HOLDERS,[The %s developers])
1010
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Veil Core]])

contrib/gitian-descriptors/gitian-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: "veil-1.3.1.99"
2+
name: "veil-1.4.0.0"
33
enable_cache: true
44
suites:
55
- "bionic"

contrib/gitian-descriptors/gitian-osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: "veil-osx-1.3.1.99"
2+
name: "veil-osx-1.4.0.0"
33
enable_cache: true
44
suites:
55
- "bionic"

contrib/gitian-descriptors/gitian-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: "veil-win-1.3.1.99"
2+
name: "veil-win-1.4.0.0"
33
enable_cache: true
44
suites:
55
- "bionic"

0 commit comments

Comments
 (0)