source: git/factory/cf_globals.cc @ 699a18

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