dpatel      02/09/17 15:21:39

  Modified:    gcc      Tag: fearless-kitty-branch version.c
  Log:
  Increment version number.
  Bug #:
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.44.2.8  +1 -1      gcc3/gcc/version.c
  
  Index: version.c
  ===================================================================
  RCS file: /cvs/Darwin/gcc3/gcc/version.c,v
  retrieving revision 1.44.2.7
  retrieving revision 1.44.2.8
  diff -u -r1.44.2.7 -r1.44.2.8
  --- version.c 2002/08/19 20:16:15     1.44.2.7
  +++ version.c 2002/09/17 22:21:39     1.44.2.8
  @@ -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 = "1161";
  +const char *const apple_version_str = "1162";
   /* APPLE LOCAL end Apple version */
  
  
  


Reply via email to