add missing version attribute to project.xml example

Sun, 15 Dec 2024 14:35:58 +0100

author
Mike Becker <universe@uap-core.de>
date
Sun, 15 Dec 2024 14:35:58 +0100
changeset 126
c82d46627c72
parent 125
325f72ef6096
child 127
33bc4ae5d7cf

add missing version attribute to project.xml example

uwproj.md file | annotate | diff | comparison | revisions
--- a/uwproj.md	Fri Nov 29 21:43:32 2024 +0100
+++ b/uwproj.md	Sun Dec 15 14:35:58 2024 +0100
@@ -25,7 +25,7 @@
 UWproj uses a `project.xml` file to generate a configure script. Here is a simple example:
 
 	<?xml version="1.0" encoding="UTF-8"?>
-	<project xmlns="http://unixwork.de/uwproj">
+	<project version="0.3" xmlns="http://unixwork.de/uwproj">
 		<!-- global dependency for all targets -->
 		<dependency>
 			<!-- check if a C Compiler is available, this will add the CC variable to the config.mk file -->

mercurial