v0.2.0 - Cut v0.2.0 release
This commit is contained in:
Binary file not shown.
BIN
ginxsom-fcgi-linux-x86_64
Executable file
BIN
ginxsom-fcgi-linux-x86_64
Executable file
Binary file not shown.
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user