DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦bc7af3bb4⟧ TextFile

    Length: 221 (0xdd)
    Types: TextFile
    Names: »version.c«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦63303ae94⟧ »unix3.14/TeX3.14.tar.Z« 
        └─⟦c58930e5c⟧ 
            └─⟦this⟧ »TeX3.14/TeXcontrib/gnuplot/version.c« 

TextFile

char version[] = "2.0 ";
char patchlevel[] = "2";
char date[] = "Wed Dec 19 09:23:59 EST 1990";

/* override in Makefile */
#ifndef CONTACT
# define CONTACT "pixar!bug-gnuplot@sun.com";
#endif
char bug_email[] = CONTACT;