source: git/factory/cf_globals.cc @ 3e4591

spielwiese
Last change on this file since 3e4591 was 3e4591, checked in by Jens Schmidt <schmidt@…>, 27 years ago
o doc fix git-svn-id: file:///usr/local/Singular/svn/trunk@387 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 788 bytes
Line 
1// emacs editmode for this file is -*- C++ -*-
2// $Id: cf_globals.cc,v 1.5 1997-06-12 12:28:28 schmidt Exp $
3
4/*
5$Log: not supported by cvs2svn $
6Revision 1.4  1997/05/02 08:56:11  schmidt
7o reference to #define VERSION replaced by FACTORYVERSION
8
9Revision 1.3  1997/04/30 12:20:28  schmidt
10o version string includes VERSION from config.h now
11
12Revision 1.2  1997/04/07 15:08:12  schmidt
13#include <config.h> added
14
15Revision 1.1  1997/03/26 16:41:24  schmidt
16version string added
17
18Revision 1.0  1996/05/17 10:59:43  stobbe
19Initial revision
20
21*/
22
23#include <config.h>
24
25#include "assert.h"
26
27#include "cf_defs.h"
28#include "cf_switches.h"
29
30// FACTORYVERSION is a macro defined in config.h
31extern const char factoryVersion[] = "@(#) factoryVersion = " FACTORYVERSION;
32CFSwitches cf_glob_switches;
Note: See TracBrowser for help on using the repository browser.