Skip to content

Commit 2a2e0eb

Browse files
authored
Merge pull request #209 from ederc/new-release
updates version numbering
2 parents c9944dd + 0394e14 commit 2a2e0eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([msolve], [0.7.5], [ederc@mathematik.uni-kl.de,mohab.safey@lip6.fr])
6-
AC_SUBST([LT_VERSION],[1:5:1])
5+
AC_INIT([msolve], [0.8.0], [ederc@mathematik.uni-kl.de,mohab.safey@lip6.fr])
6+
AC_SUBST([LT_VERSION],[2:0:0])
77
AM_INIT_AUTOMAKE([-Wall -Werror foreign silent-rules subdir-objects color-tests parallel-tests])
88
AC_CONFIG_SRCDIR([config.h.in])
99
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)