From c195bdb8caaa866f6b991abef341a26678d0dc5b Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Mon, 6 Jul 2009 21:58:08 +0000 Subject: some more NetWare build tweaks. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@791625 13f79535-47bb-0310-9956-ffa450edef68 --- build/nw_ver.awk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/nw_ver.awk') diff --git a/build/nw_ver.awk b/build/nw_ver.awk index 00e0276c8f..385cd658cd 100644 --- a/build/nw_ver.awk +++ b/build/nw_ver.awk @@ -14,8 +14,7 @@ # limitations under the License. BEGIN { - - # fetch Apache version numbers from input file and writes them to STDOUT + # fetch Apache version numbers from input file and write them to STDOUT while ((getline < ARGV[1]) > 0) { if (match ($0, /^#define AP_SERVER_COPYRIGHT \\/)) { @@ -41,6 +40,7 @@ BEGIN { print "VERSION = " ver_nlm ""; print "VERSION_STR = " ver_str ""; + print "VERSION_MAJMIN = " ver_major ver_minor ""; print "COPYRIGHT_STR = " copyright_str ""; } -- cgit v1.2.3