Changeset 59334c in git


Ignore:
Timestamp:
May 3, 2006, 5:17:22 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
241104a688e81a107dfd9a62968ed8ec1eec394d
Parents:
d4f80cd181fd2f1f367dd3588aaebf8882f5f02f
Message:
*hannes: 3-0-2


git-svn-id: file:///usr/local/Singular/svn/trunk@9096 2c84dea3-7e68-4137-9b89-c4e89433aadc
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • factory/configure

    rd4f80c r59334c  
    579579# Do not change version here!!!
    580580#
    581 factory_version="3.0.1"
     581factory_version="3.0.2"
    582582factory_configuration="'$ac_configure_args' in `pwd`"
    583583
  • factory/configure.in

    rd4f80c r59334c  
    11dnl # emacs edit mode for this file is -*- sh -*-
    2 dnl # $Id: configure.in,v 1.43 2005-10-17 16:39:17 Singular Exp $
     2dnl # $Id: configure.in,v 1.44 2006-05-03 15:17:21 Singular Exp $
    33
    44dnl #
     
    1313# - initialisation.
    1414#
    15 AC_REVISION($Id: configure.in,v 1.43 2005-10-17 16:39:17 Singular Exp $)
     15AC_REVISION($Id: configure.in,v 1.44 2006-05-03 15:17:21 Singular Exp $)
    1616AC_INIT(canonicalform.cc)
    1717AC_CONFIG_HEADER(config.h)
     
    2525dnl # preceding lines.
    2626dnl #
    27 factory_version="3.0.1"
     27factory_version="3.0.2"
    2828factory_configuration="'$ac_configure_args' in `pwd`"
    2929
  • libfac/configure

    rd4f80c r59334c  
    534534libfac_name="\"Factorization and characteristic sets library\""
    535535
    536 libfac_version="3.0.1"
    537 
    538 libfac_date="\"Feb 2006\""
     536libfac_version="3.0.2"
     537
     538libfac_date="\"May 2006\""
    539539
    540540libfac_author="\"M. Messollen\""
  • libfac/configure.in

    rd4f80c r59334c  
    1515libfac_name="\"Factorization and characteristic sets library\""
    1616AC_SUBST(libfac_version)
    17 libfac_version="3.0.1"
     17libfac_version="3.0.2"
    1818AC_SUBST(libfac_date)
    19 libfac_date="\"Feb 2006\""
     19libfac_date="\"May 2006\""
    2020AC_SUBST(libfac_author)
    2121libfac_author="\"M. Messollen\""
Note: See TracChangeset for help on using the changeset viewer.