Changeset ac7e53 in git


Ignore:
Timestamp:
Mar 26, 1997, 5:42:30 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
2774a5efedabf00a28e744ed367ffce6ba3d7a58
Parents:
93b061a664c2d15829a314eb6755d1a63ce109f0
Message:
version string added


git-svn-id: file:///usr/local/Singular/svn/trunk@84 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
factory
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_globals.cc

    r93b061 rac7e53  
    11// emacs editmode for this file is -*- C++ -*-
    2 // $Id: cf_globals.cc,v 1.0 1996-05-17 10:59:43 stobbe Exp $
     2// $Id: cf_globals.cc,v 1.1 1997-03-26 16:41:24 schmidt Exp $
    33
    44/*
    55$Log: not supported by cvs2svn $
     6Revision 1.0  1996/05/17 10:59:43  stobbe
     7Initial revision
     8
    69*/
    710
    811#include "assert.h"
     12
    913#include "cf_defs.h"
     14
    1015#include "cf_switches.h"
    1116
     17extern const char factoryVersion[] = "@(#) factoryVersion = 1.0";
    1218CFSwitches cf_glob_switches;
    13 
  • factory/cf_globals.h

    r93b061 rac7e53  
    11// emacs editmode for this file is -*- C++ -*-
    2 // $Id: cf_globals.h,v 1.0 1996-05-17 10:59:38 stobbe Exp $
     2// $Id: cf_globals.h,v 1.1 1997-03-26 16:42:30 schmidt Exp $
    33
    44#ifndef INCL_CF_GLOBALS_H
     
    77/*
    88$Log: not supported by cvs2svn $
     9Revision 1.0  1996/05/17 10:59:38  stobbe
     10Initial revision
     11
    912*/
    1013
     
    1316extern CFSwitches cf_glob_switches;
    1417
     18/*BEGINPUBLIC*/
     19
     20extern const char factoryVersion[];
     21
     22/*ENDPUBLIC*/
     23
    1524#endif
Note: See TracChangeset for help on using the changeset viewer.