Changeset 4a48c4 in git


Ignore:
Timestamp:
Aug 10, 2011, 2:49:01 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
cffea8fb2ce6cb469ccc7bfd37d9ad5452f1c67a
Parents:
76944dee29bf9776e0b8e16f59c091380d158186
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-08-10 14:49:01+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:17:26+01:00
Message:
add a dummy version.h
Location:
Singular
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/misc_ip.cc

    r76944d r4a48c4  
    357357#include <polys/polys.h>
    358358#endif
     359#include <Singular/version.h>
    359360
    360361#include <Singular/static.h>
     
    836837#endif
    837838              StringAppend("random=%d\n",siRandomStart);
    838 //              StringAppend("\tCC=%s,\n\tCXX=%s"
     839              StringAppend("\tCC=%s,\n\tCXX=%s"
    839840#ifdef __GNUC__
    840 //              "(" __VERSION__ ")"
    841 #endif
    842 //              "\n",CC,CXX);
     841              "(" __VERSION__ ")"
     842#endif
     843              "\n",CC,CXX);
    843844              feStringAppendResources(0);
    844845              feStringAppendBrowsers(0);
Note: See TracChangeset for help on using the changeset viewer.