Changeset 13640e in git


Ignore:
Timestamp:
Jun 28, 2022, 11:24:01 AM (22 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
df4e8b759fed181d5e53b4b234f7109800667aa3
Parents:
e1c65f2dbac9276abc371e6fa52edb29a783e7f3
Message:
4-3-1
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • COPYING

    re1c65f r13640e  
    1                         SINGULAR version 4-3-0
     1                        SINGULAR version 4-3-1
    22                     University of Kaiserslautern
    33       Department of Mathematics and Centre for Computer Algebra
  • configure.ac

    re1c65f r13640e  
    1 AC_INIT([singular], [4.3.0], [singular@mathematik.uni-kl.de])
     1AC_INIT([singular], [4.3.1], [singular@mathematik.uni-kl.de])
    22
    33AC_SUBST([VERSION_DATE], 2022)
    4 AC_DEFINE([VERSION_DATE],["Jan 2022"],[release date])
     4AC_DEFINE([VERSION_DATE],["Jun 2022"],[release date])
    55
    66_AC_SRCDIRS(["$ac_dir"])
  • doc/NEWS.texi

    re1c65f r13640e  
    3232@end itemize
    3333
     34Changed commands:
     35@itemize
     36@item overflow check for @nref{vdim}
     37@item better overflow check/les overflows for Hilbert function (@nref{hilb})
     38@end itemize
     39
    3440Changes in the kernel/build system:
    3541@itemize
    3642@item changes for gcc 12
    3743@item new option @code{--log LOGFILE}
     44@item configure can change the path to hml documentation (@code{--htmldir=...})
     45@item different format for @code{doc.tbz2}
     46@item new algorithm for Hilbert function (@nref{hilb})
    3847@end itemize
    3948
  • factory/configure.ac

    re1c65f r13640e  
    1313# - initialisation.
    1414#
    15 AC_INIT([factory], [4.3.0])
     15AC_INIT([factory], [4.3.1])
    1616AC_CONFIG_SRCDIR(canonicalform.cc)
    1717AC_CONFIG_MACRO_DIR([../m4])
  • kernel/mod2.h

    re1c65f r13640e  
    1919#define SINGULAR_MAJOR_VERSION 4
    2020#define SINGULAR_MINOR_VERSION 3
    21 #define SINGULAR_SUB_VERSION 0
     21#define SINGULAR_SUB_VERSION 1
    2222#define S_ROOT_DIR ""
    2323
     
    8484#endif
    8585
    86 #define SINGULAR_PATCHLEVEL 1
     86#define SINGULAR_PATCHLEVEL 0
    8787#define SINGULAR_VERSION ((SINGULAR_MAJOR_VERSION*1000 + SINGULAR_MINOR_VERSION*100 + SINGULAR_SUB_VERSION*10)+SINGULAR_PATCHLEVEL)
    8888
  • libpolys/configure.ac

    re1c65f r13640e  
    1 AC_INIT([libpolys], [4.3.0])
     1AC_INIT([libpolys], [4.3.1])
    22
    33AC_CONFIG_MACRO_DIR([../m4])
  • resources/configure.ac

    re1c65f r13640e  
    1 AC_INIT([singular_resources], [4.3.0])
     1AC_INIT([singular_resources], [4.3.1])
    22
    33AC_CONFIG_MACRO_DIR([../m4])
Note: See TracChangeset for help on using the changeset viewer.