Skip to content

Commit

Permalink
Merge pull request #142 from algebraic-solving/ederc-patch-1
Browse files Browse the repository at this point in the history
Preparing bugfix release 0.6.6
  • Loading branch information
ederc authored Jun 27, 2024
2 parents 2ca2706 + c8f9bd7 commit 73d9a0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([msolve], [0.6.5], [ederc@mathematik.uni-kl.de,mohab.safey@lip6.fr])
AC_SUBST([LT_VERSION],[0:0:0])
AC_INIT([msolve], [0.6.6], [ederc@mathematik.uni-kl.de,mohab.safey@lip6.fr])
AC_SUBST([LT_VERSION],[0:1:0])
AM_INIT_AUTOMAKE([-Wall -Werror foreign silent-rules subdir-objects color-tests parallel-tests])
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit 73d9a0d

Please sign in to comment.