[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:29
Modified: . g_rc.c gsymcheck.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.20 +1 -1 eda/geda/gaf/gsymcheck/src/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/gsymcheck/src/g_rc.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- g_rc.c 8 Feb 2005 22:30:57 -0000 1.19
+++ g_rc.c 7 Sep 2006 02:41:29 -0000 1.20
@@ -116,7 +116,7 @@
if (g_strcasecmp (SCM_STRING_CHARS (version), VERSION) != 0) {
fprintf(stderr,
- "You are running gEDA version [%s],\n", VERSION);
+ "You are running gEDA version [%s%s],\n", VERSION, CUSTOM_VERSION);
fprintf(stderr,
"but you have a version [%s] gsymcheck file:\n[%s]\n",
SCM_STRING_CHARS (version), rc_filename);
1.40 +1 -1 eda/geda/gaf/gsymcheck/src/gsymcheck.c
(In the diff below, changes in quantity of whitespace are not shown.)
Index: gsymcheck.c
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gsymcheck/src/gsymcheck.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -b -r1.39 -r1.40
--- gsymcheck.c 16 Jul 2006 02:18:46 -0000 1.39
+++ gsymcheck.c 7 Sep 2006 02:41:29 -0000 1.40
@@ -77,7 +77,7 @@
if (!quiet_mode)
{
s_log_message(
- "gEDA/gsymcheck version %s\n", VERSION);
+ "gEDA/gsymcheck version %s%s\n", VERSION, CUSTOM_VERSION);
s_log_message(
"gEDA/symcheck 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