Daily bump.
From-SVN: r54578
This commit is contained in:
parent
974c43f1e3
commit
e4c3fb49fd
7 changed files with 7 additions and 7 deletions
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
package Gnatvsn is
|
package Gnatvsn is
|
||||||
|
|
||||||
Gnat_Version_String : constant String := "3.2 20020612 (experimental)";
|
Gnat_Version_String : constant String := "3.2 20020613 (experimental)";
|
||||||
-- Version output when GNAT (compiler), or its related tools, including
|
-- Version output when GNAT (compiler), or its related tools, including
|
||||||
-- GNATBIND, GNATCHOP, GNATFIND, GNATLINK, GNATMAKE, GNATXREF, are run
|
-- GNATBIND, GNATCHOP, GNATFIND, GNATLINK, GNATMAKE, GNATXREF, are run
|
||||||
-- (with appropriate verbose option switch set).
|
-- (with appropriate verbose option switch set).
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "ansidecl.h"
|
#include "ansidecl.h"
|
||||||
#include "f/version.h"
|
#include "f/version.h"
|
||||||
|
|
||||||
const char *const ffe_version_string = "3.2 20020612 (experimental)";
|
const char *const ffe_version_string = "3.2 20020613 (experimental)";
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "ansidecl.h"
|
#include "ansidecl.h"
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
|
|
||||||
const char *const version_string = "3.2 20020612 (experimental)";
|
const char *const version_string = "3.2 20020613 (experimental)";
|
||||||
|
|
|
@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
|
||||||
/*
|
/*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
char __G77_LIBF77_VERSION__[] = "3.2 20020612 (experimental)";
|
char __G77_LIBF77_VERSION__[] = "3.2 20020613 (experimental)";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
2.00 11 June 1980. File version.c added to library.
|
2.00 11 June 1980. File version.c added to library.
|
||||||
|
|
|
@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
|
||||||
/*
|
/*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
char __G77_LIBI77_VERSION__[] = "3.2 20020612 (experimental)";
|
char __G77_LIBI77_VERSION__[] = "3.2 20020613 (experimental)";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
2.01 $ format added
|
2.01 $ format added
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
|
static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
|
||||||
|
|
||||||
char __G77_LIBU77_VERSION__[] = "3.2 20020612 (experimental)";
|
char __G77_LIBU77_VERSION__[] = "3.2 20020613 (experimental)";
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
#include <bits/os_defines.h>
|
#include <bits/os_defines.h>
|
||||||
|
|
||||||
// The current version of the C++ library in compressed ISO date format.
|
// The current version of the C++ library in compressed ISO date format.
|
||||||
#define __GLIBCPP__ 20020612
|
#define __GLIBCPP__ 20020613
|
||||||
|
|
||||||
// This is necessary until GCC supports separate template
|
// This is necessary until GCC supports separate template
|
||||||
// compilation.
|
// compilation.
|
||||||
|
|
Loading…
Add table
Reference in a new issue