source: git/factory/libfac/factor/version.cc @ 67c1dc

spielwiese
Last change on this file since 67c1dc was d92d71, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
build libfac.a into factory FIX: libfac builds and uses factory/factory.h FIX: adaptation of Singular to use libfac staff
  • Property mode set to 100644
File size: 486 bytes
Line 
1///////////////////////////////////////////////////////////////////////////////
2// emacs edit mode for this file is -*- C++ -*-
3// $Id$
4///////////////////////////////////////////////////////////////////////////////
5
6/*
7#include "version.h"
8
9const char * libfac_name = "Factorization and characteristic sets library";
10const char * libfac_version = LIBFAC_VERSION;
11const char * libfac_date = LIBFAC_DATE;
12const char * libfac_author = "M. Messollen";
13*/
14
15int    libfac_interruptflag = 0;
Note: See TracBrowser for help on using the repository browser.