Index: sources/src/Makefile
===================================================================
--- sources/src/Makefile	(revision 2)
+++ sources/src/Makefile	(revision 3)
@@ -271,9 +271,11 @@
 	cvs ci
 
-recent_changes : ${SYSTEMCASS_LIB} ${SYSTEMCASS-d_LIB}
+mark :
 	make clean	
 	echo -n '#define SYSTEMC_VERSION "SystemCASS : ' > systemcass_version_ext.h
 	date | head -c 28 >> systemcass_version_ext.h
 	echo '"' >> systemcass_version_ext.h
+
+recent_changes : ${SYSTEMCASS_LIB} ${SYSTEMCASS-d_LIB} mark
 	-cvs diff > recent_changes
 
Index: sources/src/alias.cc
===================================================================
--- sources/src/alias.cc	(revision 2)
+++ sources/src/alias.cc	(revision 3)
@@ -35,6 +35,6 @@
 #include"alias.h"
 #include<string>
-#include<stdarg.h>
-#include<stdio.h>
+//#include<cstdarg.h>
+//#include<cstdio.h>
 #include<iostream>
 
Index: sources/src/systemcass_version_ext.h
===================================================================
--- sources/src/systemcass_version_ext.h	(revision 2)
+++ sources/src/systemcass_version_ext.h	(revision 3)
@@ -1,1 +1,1 @@
-#define SYSTEMC_VERSION "SystemCASS : mardi 19 juin 2007, 17:44:28"
+#define SYSTEMC_VERSION "SystemCASS : lundi 10 septembre 2007, 15:"
