]> gcc.gnu.org Git - gcc.git/blame - libf2c/libU77/Version.c
Daily bump.
[gcc.git] / libf2c / libU77 / Version.c
CommitLineData
57c417e5 1static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
81fea2b1 2
cbea2acb 3char __G77_LIBU77_VERSION__[] = "0.5.25 20000131 (prerelease)";
81fea2b1
JL
4
5#include <stdio.h>
6
7void
8g77__uvers__ ()
9{
10 fprintf (stderr, "__G77_LIBU77_VERSION__: %s", __G77_LIBU77_VERSION__);
11 fputs (junk, stderr);
12}
This page took 0.12741 seconds and 5 git commands to generate.