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

gEDA-cvs: pcb.git: branch: master updated (fa761a714fc916db435d36e1f873a6fb1b8fb012)



The branch, master has been updated
       via  fa761a714fc916db435d36e1f873a6fb1b8fb012 (commit)
      from  480a9aca8ffe79ab08657f62790c41faf87f6e60 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 src/file.c    |    2 +-
 src/parse_y.y |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


=================
 Commit Messages
=================

commit fa761a714fc916db435d36e1f873a6fb1b8fb012
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    Refer to git, not cvs when reading a file from newer PCB.

:100644 100644 639c971... 2704ede... M	src/file.c
:100644 100644 bbb7255... b76e689... M	src/parse_y.y

=========
 Changes
=========

commit fa761a714fc916db435d36e1f873a6fb1b8fb012
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    Refer to git, not cvs when reading a file from newer PCB.

diff --git a/src/file.c b/src/file.c
index 639c971..2704ede 100644
--- a/src/file.c
+++ b/src/file.c
@@ -544,7 +544,7 @@ WritePCBDataHeader (FILE * FP)
    * ************************** README *******************
    */
 
-  fprintf (FP, "\n# To read pcb files, the pcb version (or the cvs source date) must be >= the file version\n");
+  fprintf (FP, "\n# To read pcb files, the pcb version (or the git source date) must be >= the file version\n");
   fprintf (FP, "FileVersion[%i]\n", PCB_FILE_VERSION);
 
   fputs ("\nPCB[", FP);
diff --git a/src/parse_y.y b/src/parse_y.y
index bbb7255..b76e689 100644
--- a/src/parse_y.y
+++ b/src/parse_y.y
@@ -1916,7 +1916,7 @@ check_file_version (int ver)
     Message ("ERROR:  The file you are attempting to load is in a format\n"
 	     "which is too new for this version of pcb.  To load this file\n"
 	     "you need a version of pcb which is >= %d.  If you are\n"
-	     "using a version built from cvs sources, the source date\n"
+	     "using a version built from git source, the source date\n"
 	     "must be >= %d.  This copy of pcb can only read files\n"
 	     "up to file version %d.\n", ver, ver, PCB_FILE_VERSION);
     return 1;




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