mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Last part of the fetch pack code.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
#define SERVER_VERSION_MAJOR 0
|
||||
#define SERVER_VERSION_MINOR 8
|
||||
#define SERVER_VERSION_SUB "-b"
|
||||
#define SERVER_VERSION_SUB "-c"
|
||||
#define SERVER_NAME "Ripple"
|
||||
|
||||
#define SV_STRINGIZE(x) SV_STRINGIZE2(x)
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
// Version we prefer to speak:
|
||||
#define PROTO_VERSION_MAJOR 1
|
||||
#define PROTO_VERSION_MINOR 2
|
||||
#define PROTO_VERSION_MINOR 3
|
||||
|
||||
// Version we will speak to:
|
||||
#define MIN_PROTO_MAJOR 1
|
||||
|
||||
Reference in New Issue
Block a user