v1.0.0 - First major release

This commit is contained in:
Your Name
2025-11-01 07:04:56 -04:00
parent 8ca459593c
commit 643d89ed7b
2 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@@ -10,10 +10,10 @@
#define MAIN_H #define MAIN_H
// Version information (auto-updated by build system) // Version information (auto-updated by build system)
#define VERSION_MAJOR 0 #define VERSION_MAJOR 1
#define VERSION_MINOR 8 #define VERSION_MINOR 0
#define VERSION_PATCH 6 #define VERSION_PATCH 0
#define VERSION "v0.8.6" #define VERSION "v1.0.0"
// Relay metadata (authoritative source for NIP-11 information) // Relay metadata (authoritative source for NIP-11 information)
#define RELAY_NAME "C-Relay" #define RELAY_NAME "C-Relay"