Changeset c56606 in git for Singular/configure


Ignore:
Timestamp:
Aug 8, 1997, 12:58:08 PM (27 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
92e539aff7d4814ad590a64d3bfc1ded89efa070
Parents:
5cbec62f96e0342b6ce52432c21b2b7e548b8524
Message:
* hannes: introduced "div" for integer division
          grammar.*, iparith.cc, singular.doc
          changed version to 1.1.2/August


git-svn-id: file:///usr/local/Singular/svn/trunk@603 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/configure

    r5cbec6 rc56606  
    536536SINGULAR_MAJOR_VERSION=1
    537537SINGULAR_MINOR_VERSION=1
    538 SINGULAR_SUB_VERSION=1
    539 VERSION_DATE="July 1997"
     538SINGULAR_SUB_VERSION=2
     539VERSION_DATE="August 1997"
    540540
    541541
     
    18611861      ac_will_have_gmp=yes
    18621862      ac_will have_smallgmp=yes
    1863     elif test "$enable_gmp" = yes; then
     1863    elif test "$enable_smallgmp" = yes; then
    18641864      ac_will_have_gmp=yes
    18651865      ac_will_have_smallgmp=yes
Note: See TracChangeset for help on using the changeset viewer.