fixes, stability changes, new version (1.4.0)
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#define CLIENT_VERSION_MAJOR 1
|
||||
|
||||
/* Minor version */
|
||||
#define CLIENT_VERSION_MINOR 3
|
||||
#define CLIENT_VERSION_MINOR 4
|
||||
|
||||
/* Build revision */
|
||||
#define CLIENT_VERSION_REVISION 0
|
||||
@@ -33,7 +33,7 @@
|
||||
#define COPYRIGHT_HOLDERS_SUBSTITUTION "Palladium Core"
|
||||
|
||||
/* Copyright year */
|
||||
#define COPYRIGHT_YEAR 2024
|
||||
#define COPYRIGHT_YEAR 2025
|
||||
|
||||
/* Define to 1 to enable wallet functions */
|
||||
#define ENABLE_WALLET 1
|
||||
@@ -259,22 +259,22 @@
|
||||
#define LT_OBJDIR ".libs/"
|
||||
|
||||
/* Define to the address where bug reports for this package should be sent. */
|
||||
#define PACKAGE_BUGREPORT "https://github.com/NotRin7/palladium/issues"
|
||||
#define PACKAGE_BUGREPORT "https://github.com/palladium-coin/palladiumcore/issues"
|
||||
|
||||
/* Define to the full name of this package. */
|
||||
#define PACKAGE_NAME "Palladium Core"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "Palladium Core 1.3.0"
|
||||
#define PACKAGE_STRING "Palladium Core 1.4.0"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "palladium"
|
||||
|
||||
/* Define to the home page for this package. */
|
||||
#define PACKAGE_URL "https://palladium-coin.com/"
|
||||
#define PACKAGE_URL "https://palladiumblockchain.net/"
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "1.3.0"
|
||||
#define PACKAGE_VERSION "1.4.0"
|
||||
|
||||
/* Define to necessary symbol if this constant uses a non-standard name on
|
||||
your system. */
|
||||
|
||||
Reference in New Issue
Block a user