diff --git a/build/ginxsom-fcgi_static_x86_64 b/build/ginxsom-fcgi_static_x86_64 index c94d074..910429b 100755 Binary files a/build/ginxsom-fcgi_static_x86_64 and b/build/ginxsom-fcgi_static_x86_64 differ diff --git a/ginxsom-fcgi-linux-x86_64 b/ginxsom-fcgi-linux-x86_64 new file mode 100755 index 0000000..910429b Binary files /dev/null and b/ginxsom-fcgi-linux-x86_64 differ diff --git a/increment_and_push.sh b/increment_and_push.sh index e19be26..e68ba4a 100755 --- a/increment_and_push.sh +++ b/increment_and_push.sh @@ -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 diff --git a/src/ginxsom.h b/src/ginxsom.h index f64b892..6706f12 100644 --- a/src/ginxsom.h +++ b/src/ginxsom.h @@ -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 #include