gkeating    03/01/02 14:09:36

  Modified:    live/gcc3/gcc version.c
  Log:
  Update version number after build.
  
  Revision  Changes    Path
  1.60      +1 -1      src/live/gcc3/gcc/version.c
  
  Index: version.c
  ===================================================================
  RCS file: /cvs/Darwin/src/live/gcc3/gcc/version.c,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- version.c 2002/12/18 00:31:57     1.59
  +++ version.c 2003/01/02 22:09:36     1.60
  @@ -14,7 +14,7 @@
        compiler will be identical to the last prerelease compiler and it
        makes no sense to mark released compilers as 'prerelease'.
   */
  -const char version_string[] = "3.3-pch 20021205 (Apple Computer, Inc. build 1310)";
  +const char version_string[] = "3.3-pch 20021205 (Apple Computer, Inc. build 1311)";
   /* APPLE LOCAL end Apple version */
   
   /* This is the location of the online document giving instructions for
  
  
  


Reply via email to