This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Version bumps of lib[FIU]77 to keep in synch with Frontend version.


L.S.,

To keep the version number of the various components of the Fortran
run-time library in synch with the version number of the Frontend, I
updated the former thusly:

$ diff -rcp2N libF77/Version.c.orig libF77/Version.c
*** libF77/Version.c.orig       Sun Jul  2 11:08:12 2000
--- libF77/Version.c    Sun Jul  2 16:59:43 2000
*************** static char junk[] = "\n@(#)LIBF77 VERSI
*** 4,8 ****
  */
  
! char __G77_LIBF77_VERSION__[] = "0.5.25 20000702 (prerelease)";
  
  /*
--- 4,8 ----
  */
  
! char __G77_LIBF77_VERSION__[] = "0.5.26 20000702 (prerelease)";
  
  /*
$ !!:gs^libF^libI
diff -rcp2N libI77/Version.c.orig libI77/Version.c
*** libI77/Version.c.orig       Sun Jul  2 16:59:57 2000
--- libI77/Version.c    Sun Jul  2 17:00:07 2000
*************** static char junk[] = "\n@(#) LIBI77 VERS
*** 4,8 ****
  */
  
! char __G77_LIBI77_VERSION__[] = "0.5.25 20000702 (prerelease)";
  
  /*
--- 4,8 ----
  */
  
! char __G77_LIBI77_VERSION__[] = "0.5.26 20000702 (prerelease)";
  
  /*
$ !!:gs^libI^libU
diff -rcp2N libU77/Version.c.orig libU77/Version.c
*** libU77/Version.c.orig       Sun Jul  2 17:00:24 2000
--- libU77/Version.c    Sun Jul  2 17:00:35 2000
***************
*** 1,5 ****
  static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
  
! char __G77_LIBU77_VERSION__[] = "0.5.25 20000702 (prerelease)";
  
  #include <stdio.h>
--- 1,5 ----
  static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
  
! char __G77_LIBU77_VERSION__[] = "0.5.26 20000702 (prerelease)";
  
  #include <stdio.h>

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
GNU Fortran 95: http://g95.sourceforge.net/ (under construction)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]