Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
11b0a88cdd |
@@ -1426,7 +1426,7 @@ void print_usage(const char* program_name) {
|
|||||||
|
|
||||||
// Print version information
|
// Print version information
|
||||||
void print_version() {
|
void print_version() {
|
||||||
printf("C Nostr Relay Server v1.0.0\n");
|
printf("C Nostr Relay Server %s\n", VERSION);
|
||||||
printf("Event-based configuration system\n");
|
printf("Event-based configuration system\n");
|
||||||
printf("Built with nostr_core_lib integration\n");
|
printf("Built with nostr_core_lib integration\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
|||||||
@@ -12,8 +12,8 @@
|
|||||||
// Version information (auto-updated by build system)
|
// Version information (auto-updated by build system)
|
||||||
#define VERSION_MAJOR 1
|
#define VERSION_MAJOR 1
|
||||||
#define VERSION_MINOR 1
|
#define VERSION_MINOR 1
|
||||||
#define VERSION_PATCH 1
|
#define VERSION_PATCH 2
|
||||||
#define VERSION "v1.1.1"
|
#define VERSION "v1.1.2"
|
||||||
|
|
||||||
// Avoid VERSION_MAJOR redefinition warning from nostr_core_lib
|
// Avoid VERSION_MAJOR redefinition warning from nostr_core_lib
|
||||||
#undef VERSION_MAJOR
|
#undef VERSION_MAJOR
|
||||||
|
|||||||
Reference in New Issue
Block a user