[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: gnetlist.c



  User: ahvezda 
  Date: 06/09/06 22:41:28

  Modified:    .        gnetlist.c
  Log:
  Added a #define called CUSTOM_VERSION to make creating custom version of 
  
  gEDA/gaf easier (so that they can be labeled as custom versions)
  
  
  
  
  Revision  Changes    Path
  1.53      +2 -2      eda/geda/gaf/gnetlist/src/gnetlist.c
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: gnetlist.c
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gnetlist/src/gnetlist.c,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -b -r1.52 -r1.53
  --- gnetlist.c	1 Sep 2006 01:05:00 -0000	1.52
  +++ gnetlist.c	7 Sep 2006 02:41:28 -0000	1.53
  @@ -97,7 +97,7 @@
       s_log_init (logfile);
       g_free (logfile);
   
  -    s_log_message("gEDA/gnetlist version %s\n", VERSION);
  +    s_log_message("gEDA/gnetlist version %s%s\n", VERSION, CUSTOM_VERSION);
       s_log_message
   	("gEDA/gnetlist comes with ABSOLUTELY NO WARRANTY; see COPYING for more details.\n");
       s_log_message
  @@ -106,7 +106,7 @@
   	("conditions; please see the COPYING file for more details.\n\n");
   
       if (!quiet_mode) {
  -	fprintf(stderr, "gEDA/gnetlist version %s\n", VERSION);
  +	fprintf(stderr, "gEDA/gnetlist version %s%s\n", VERSION, CUSTOM_VERSION);
   	fprintf(stderr,
   		"gEDA/gnetlist comes with ABSOLUTELY NO WARRANTY; see COPYING for more details.\n");
   	fprintf(stderr,
  
  
  


_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs