Skip to content

Commit

Permalink
Version update v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Senaia3860 committed Apr 24, 2020
1 parent 9ddab8c commit 2831d83
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 2)
define(_CLIENT_VERSION_MINOR, 1)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_REVISION, 1)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2019)
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-aarch64.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "lytix-aarch64-2.1.0"
name: "lytix-aarch64-2.1.1"
enable_cache: true
suites:
- "xenial"
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: "lytix-linux-2.1.0"
name: "lytix-linux-2.1.1"
enable_cache: true
distro: "ubuntu"
suites:
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: "lytix-osx-2.1.0"
name: "lytix-osx-2.1.1"
enable_cache: true
distro: "ubuntu"
suites:
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-test-linux.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "lytix-test-linux-2.1.0"
name: "lytix-test-linux-2.1.1"
enable_cache: true
distro: "ubuntu"
suites:
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: "lytix-win-2.1.0"
name: "lytix-win-2.1.1"
enable_cache: true
distro: "ubuntu"
suites:
Expand Down
1 change: 1 addition & 0 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ class CMainParams : public CChainParams
vSeeds.push_back(CDNSSeedData("dns4", "156.96.46.50"));
vSeeds.push_back(CDNSSeedData("dns4", "156.96.46.51"));
vSeeds.push_back(CDNSSeedData("dns4", "156.96.46.52"));
vSeeds.push_back(CDNSSeedData("dns4", "156.96.46.53"));
vSeeds.push_back(CDNSSeedData("dns4", "156.96.46.58"));

// Lytix addresses start with '8 or 9'
Expand Down

0 comments on commit 2831d83

Please sign in to comment.