zlaski      02/09/26 14:30:25

  Modified:    gcc      version.c
  Log:
  Bump version #, leaving a bit of room below.
  
  Revision  Changes    Path
  1.49      +1 -1      gcc3/gcc/version.c
  
  Index: version.c
  ===================================================================
  RCS file: /cvs/Darwin/gcc3/gcc/version.c,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- version.c 2002/08/26 05:39:50     1.48
  +++ version.c 2002/09/26 21:30:25     1.49
  @@ -6,5 +6,5 @@
   /* APPLE LOCAL begin Apple version */
   /* Note that we can't say "apple_v*rs**n_str*ng" because of a cheesy
      grep in configure that will get very confused if we do.  */
  -const char *const apple_version_str = "1200";
  +const char *const apple_version_str = "1210";
   /* APPLE LOCAL end Apple version */
  
  
  


Reply via email to