v0.2.0 - Cut v0.2.0 release

This commit is contained in:
Laan Tungir
2026-04-22 16:22:05 -04:00
parent 015094949e
commit fa5f5e60cb
4 changed files with 4 additions and 4 deletions

Binary file not shown.

BIN
ginxsom-fcgi-linux-x86_64 Executable file

Binary file not shown.

View File

@@ -18,7 +18,7 @@ COMMIT_MESSAGE=""
RELEASE_MODE=false
# TODO: Update this URL to match your actual Gitea repository
GITEA_REPO_URL="https://git.example.com/api/v1/repos/username/ginxsom"
GITEA_REPO_URL="https://git.laantungir.net/api/v1/repos/laantungir/ginxsom"
# Parse command line arguments
while [[ $# -gt 0 ]]; do

View File

@@ -9,9 +9,9 @@
#define GINXSOM_H
// Version information (auto-updated by build system)
#define VERSION_MAJOR 0
#define VERSION_MINOR 1
#define VERSION_PATCH 38
#define VERSION "v0.1.38"
#define VERSION_MINOR 2
#define VERSION_PATCH 0
#define VERSION "v0.2.0"
#include <stddef.h>
#include <stdint.h>