git » fp-git.git » commit eaf7ce1

new url

author ecalot
2007-10-14 20:02:42 UTC
committer ecalot
2007-10-14 20:02:42 UTC
parent dbff4c8c6a9717d4426a61bfd0b938342b10b070

new url

PR/src/include/common.h +3 -3
PR/src/lib/xml/tree.c +1 -1

diff --git a/PR/src/include/common.h b/PR/src/include/common.h
index c712642..b672f13 100644
--- a/PR/src/include/common.h
+++ b/PR/src/include/common.h
@@ -64,9 +64,9 @@ common.h: Princed Resources : Defines and prototypes common to all PR code
 |                     PR Specific Defines                       |
 \***************************************************************/
 
-#define PR_URL                    "http://www.princed.com.ar"
-#define PR_VERSION                "v1.3-dev2"
-#define PR_COPY                   "(c) Copyright 2003-2006 Princed Development Team"
+#define PR_URL                    "http://www.princed.org"
+#define PR_VERSION                "v1.3-dev3"
+#define PR_COPY                   "(c) Copyright 2003-2007 Princed Development Team"
 
 /***************************************************************\
 |                         Other defines                         |
diff --git a/PR/src/lib/xml/tree.c b/PR/src/lib/xml/tree.c
index f7a7080..aedfac7 100644
--- a/PR/src/lib/xml/tree.c
+++ b/PR/src/lib/xml/tree.c
@@ -51,7 +51,7 @@ tree.c: Princed Resources : Specific XML tree handling routines
 \***************************************************************/
 
 #define XML_HEADER \
-	"<!DOCTYPE resources SYSTEM \"http://www.princed.com.ar/standards/xml/resources/std1.dtd\">\n"\
+	"<!DOCTYPE resources SYSTEM \"http://www.princed.org/standards/xml/resources/std1.dtd\">\n"\
 	"<?xml version=\"1.0\" ?>\n"
 
 /***************************************************************\