# HG changeset patch
# User Maxim Dounin <mdou...@mdounin.ru>
# Date 1708301572 -10800
#      Mon Feb 19 03:12:52 2024 +0300
# Node ID 1bc938b270dcc6f09998bac8f99191fcaf10f4d8
# Parent  23f109f0faccc22772d3bb939ad8d3f23c603194
Free nginx: release process adjusted.

diff --git a/docs/GNUmakefile b/docs/GNUmakefile
--- a/docs/GNUmakefile
+++ b/docs/GNUmakefile
@@ -1,7 +1,7 @@
 
 VER=   $(shell grep 'define NGINX_VERSION' src/core/nginx.h            \
                | sed -e 's/^.*"\(.*\)".*/\1/')
-NGINX= nginx-$(VER)
+NGINX= freenginx-$(VER)
 TEMP=  tmp
 XSLS?= xslscript.pl
 
diff --git a/misc/GNUmakefile b/misc/GNUmakefile
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -1,7 +1,7 @@
 
 VER =          $(shell grep 'define NGINX_VERSION' src/core/nginx.h    \
                        | sed -e 's/^.*"\(.*\)".*/\1/')
-NGINX =                nginx-$(VER)
+NGINX =                freenginx-$(VER)
 TEMP =         tmp
 
 CC =           cl
@@ -34,7 +34,7 @@ export:
 
 
 RELEASE:
-       hg ci -m nginx-$(VER)-RELEASE
+       hg ci -m freenginx-$(VER)-RELEASE
        hg tag -m "release-$(VER) tag" release-$(VER)
 
        $(MAKE) -f misc/GNUmakefile release

-- 
nginx-devel mailing list
nginx-devel@freenginx.org
https://freenginx.org/mailman/listinfo/nginx-devel

Reply via email to