Browse Source
$SERVER_VER will return the version number (eg: 1.0.10) $SERVER_SUBVERSION will return the full version string (eg: ElectrumX 1.0.10) $VERSION is kept for legacy which is the same as $SERVER_SUBVERSIONmaster
LaoDC
8 years ago
2 changed files with 5 additions and 2 deletions
@ -1,5 +1,6 @@ |
|||
# Server name and protocol versions |
|||
|
|||
VERSION = 'ElectrumX 1.0.10' |
|||
VERSION = '1.0.10' |
|||
SUB_VERSION = 'ElectrumX {}'.format(VERSION) |
|||
PROTOCOL_MIN = '1.0' |
|||
PROTOCOL_MAX = '1.0' |
|||
|
Loading…
Reference in new issue