[PD-cvs] externals/grill/vasp/source main.cpp,1.20,1.21

Thomas Grill xovo at users.sourceforge.net
Fri Mar 25 05:53:21 CET 2005


Update of /cvsroot/pure-data/externals/grill/vasp/source
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6666/source

Modified Files:
	main.cpp 
Log Message:
update for flext build system
avoid malicious file name characters
preparing RIP release


Index: main.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/vasp/source/main.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** main.cpp	31 Aug 2004 04:05:09 -0000	1.20
--- main.cpp	25 Mar 2005 04:53:19 -0000	1.21
***************
*** 13,17 ****
  
  
! const C *VASP_VERSION = "0.1.3pre12";
  
  #include "opfuns.h"
--- 13,17 ----
  
  
! const C *VASP_VERSION = "0.1.3";
  
  #include "opfuns.h"
***************
*** 23,32 ****
  	post("           VASP modular %s            ",VASP_VERSION);
  	post("   vector assembling signal processor    ");
! 	post("       (C)2002-2003 Thomas Grill         ");
  #ifdef FLEXT_DEBUG
  	post("   DEBUG BUILD - " __DATE__ " " __TIME__);
  #endif
  	post("");
! 	post(" http://www.parasitaere-kapazitaeten.net ");
  	post("-----------------------------------------");
  	post("");
--- 23,32 ----
  	post("           VASP modular %s            ",VASP_VERSION);
  	post("   vector assembling signal processor    ");
! 	post("       (C)2002-2005 Thomas Grill         ");
  #ifdef FLEXT_DEBUG
  	post("   DEBUG BUILD - " __DATE__ " " __TIME__);
  #endif
  	post("");
! 	post("          http://grrrr.org/ext           ");
  	post("-----------------------------------------");
  	post("");





More information about the Pd-cvs mailing list