Update version

From-SVN: r65931
This commit is contained in:
Gabriel Dos Reis 2003-04-22 06:16:09 +00:00
parent 3945fb8132
commit 8a9f3a6408
3 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
-- $Revision: 1.2.12.65.2.274 $
-- $Revision: 1.2.12.65.2.275 $
-- --
-- Copyright (C) 1992-2003 Free Software Foundation, Inc. --
-- --
@ -38,7 +38,7 @@
package Gnatvsn is
Gnat_Version_String : constant String := "3.2.3 20030422 (prerelease)";
Gnat_Version_String : constant String := "3.2.3 20030422 (release)";
-- Version output when GNAT (compiler), or its related tools, including
-- GNATBIND, GNATCHOP, GNATFIND, GNATLINK, GNATMAKE, GNATXREF, are run
-- (with appropriate verbose option switch set).

View File

@ -1,4 +1,4 @@
#include "ansidecl.h"
#include "f/version.h"
const char *const ffe_version_string = "3.2.3 20030422 (prerelease)";
const char *const ffe_version_string = "3.2.3 20030422 (release)";

View File

@ -1,4 +1,4 @@
#include "ansidecl.h"
#include "version.h"
const char *const version_string = "3.2.3 20030422 (prerelease)";
const char *const version_string = "3.2.3";