source: git/libfac/factor/version.cc @ 91b36d

spielwiese
Last change on this file since 91b36d was 91b36d, checked in by Hans Schönemann <hannes@…>, 16 years ago
*hannes: licence stuff git-svn-id: file:///usr/local/Singular/svn/trunk@10750 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 501 bytes
Line 
1///////////////////////////////////////////////////////////////////////////////
2// emacs edit mode for this file is -*- C++ -*-
3// $Id: version.cc,v 1.10 2008-06-10 14:49:16 Singular Exp $
4///////////////////////////////////////////////////////////////////////////////
5
6const char * libfac_name = "Factorization and characteristic sets library";
7const char * libfac_version = "3.0.4";
8const char * libfac_date = "Mar 2008";
9const char * libfac_author = "M. Messollen";
10
11int    libfac_interruptflag=0;
Note: See TracBrowser for help on using the repository browser.