jimw 00/12/18 17:41:30
Modified: . Makefile.PL
Log:
fix unescaped single-quote in cvs_tag target
Revision Changes Path
1.8 +1 -1 httpd-apreq/Makefile.PL
Index: Makefile.PL
===================================================================
RCS file: /home/cvs/httpd-apreq/Makefile.PL,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile.PL 2000/12/19 01:39:15 1.7
+++ Makefile.PL 2000/12/19 01:41:30 1.8
@@ -38,7 +38,7 @@
cvs_tag :
cvs tag v$(VERSION_SYM) .
- @echo update Apache/Request.pm's VERSION now
+ @echo update the VERSION in Apache/Request.pm now
EOF
}