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

gEDA-cvs: CVS update: g_rc.c



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

  Modified:    .        g_rc.c gschlas.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.9       +2 -2      eda/geda/gaf/utils/gschlas/g_rc.c
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: g_rc.c
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/utils/gschlas/g_rc.c,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- g_rc.c	27 Sep 2005 22:46:55 -0000	1.8
  +++ g_rc.c	7 Sep 2006 02:41:29 -0000	1.9
  @@ -115,8 +115,8 @@
   
   
       if (g_strcasecmp (SCM_STRING_CHARS (version), VERSION) != 0) {
  -	fprintf(stderr, "Found a version [%s] gschlas file:\n[%s]\n",
  -		SCM_STRING_CHARS (version), rc_filename ? rc_filename : "unknown");
  +	fprintf(stderr, "Found a version [%s%s] gschlas file:\n[%s]\n",
  +		SCM_STRING_CHARS (version), CUSTOM_VERSION, rc_filename ? rc_filename : "unknown");
   	fprintf(stderr,
   		"While gschlas is in ALPHA, please be sure that you have the latest rc file.\n");
   	return SCM_BOOL_F;
  
  
  
  1.17      +1 -1      eda/geda/gaf/utils/gschlas/gschlas.c
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: gschlas.c
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/utils/gschlas/gschlas.c,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- gschlas.c	16 Jul 2006 02:20:04 -0000	1.16
  +++ gschlas.c	7 Sep 2006 02:41:29 -0000	1.17
  @@ -78,7 +78,7 @@
     if (!quiet_mode)
     {
       s_log_message(
  -                  "gEDA/gschlas version %s\n", VERSION);
  +                  "gEDA/gschlas version %s%s\n", VERSION, CUSTOM_VERSION);
       s_log_message(
                     "gEDA/gschlas comes with ABSOLUTELY NO WARRANTY; see COPYING for more details.\n");
       s_log_message(
  
  
  


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