source: git/libfac/factor/version.cc @ 58c313

spielwiese
Last change on this file since 58c313 was 58c313, checked in by Hans Schönemann <hannes@…>, 23 years ago
*hannes/gmg: COPYING git-svn-id: file:///usr/local/Singular/svn/trunk@5414 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 654 bytes
Line 
1/* Copyright 1997 Michael Messollen. All rights reserved. */
2///////////////////////////////////////////////////////////////////////////////
3// emacs edit mode for this file is -*- C++ -*-
4// $Id: version.cc,v 1.5 2001-05-04 15:40:11 Singular Exp $
5static char * rcsid = "@(#) libfac version 0.2.4 [May 29 1997] (C) 1996-97 M. Messollen";
6///////////////////////////////////////////////////////////////////////////////
7
8const char * libfac_name = "Factorization and characteristic sets library";
9const char * libfac_version = "0.3.2";
10const char * libfac_date = "Jan 31 2001";
11const char * libfac_author = "M. Messollen";
12
13int    libfac_interruptflag=0;
Note: See TracBrowser for help on using the repository browser.