git » fp-git.git » commit b9bfde6

removed comments

author ecalot
2006-06-20 01:51:17 UTC
committer ecalot
2006-06-20 01:51:17 UTC
parent ebc55e04cd218ee6629ab28949fc3a9b98e217a1

removed comments

PR/src/Makefile +0 -4
PR/src/include/common.h +2 -1

diff --git a/PR/src/Makefile b/PR/src/Makefile
index 5dcec5d..6110db0 100644
--- a/PR/src/Makefile
+++ b/PR/src/Makefile
@@ -247,10 +247,6 @@ $(XMLFILE): xml/resources.xml
 	$(INFO) Compiling the POP1 16 colors palette class support...
 	$(CC) $(OPTIONS) -c  lib/object/palette/pop1_16c.c -o $@
 
-#.pop2_4bit.o: lib/object/palette/pop2_4bit.c include/palette.h include/memory.h include/dat.h include/disk.h include/pal.h
-#	$(INFO) Compiling the POP2 16 colors palette class support...
-#	$(CC) $(OPTIONS) -c  lib/object/palette/pop2_4bit.c -o $@
-
 .binary.o: lib/object/other/binary.c include/binary.h include/common.h include/dat.h include/types.h include/disk.h
 	$(INFO) Compiling the binary item class support...
 	$(CC) $(OPTIONS) -c  lib/object/other/binary.c -o $@
diff --git a/PR/src/include/common.h b/PR/src/include/common.h
index 089a407..a4a5e99 100644
--- a/PR/src/include/common.h
+++ b/PR/src/include/common.h
@@ -65,7 +65,7 @@ common.h: Princed Resources : Defines and prototypes common to all PR code
 \***************************************************************/
 
 #define PR_URL                    "http://www.princed.com.ar"
-#define PR_VERSION                "v1.3-dev1"
+#define PR_VERSION                "v1.3-dev2"
 #define PR_COPY                   "(c) Copyright 2003-2006 Princed Development Team"
 
 /***************************************************************\
@@ -239,3 +239,4 @@ PARSING_OPTRAW\
 #define PR_RESULT_XML_AND_DAT_FORMAT_DO_NOT_MATCH -25
 
 #endif
+