Skip to content

Commit

Permalink
bumped version to 3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
saraedum committed Jan 16, 2023
1 parent 9f51a6d commit c01d8fa
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.

dnl We need at least autoconf 2.69 for this configure.ac to work.
AC_PREREQ([2.69])
AC_INIT([flatsurf], [3.13.0], [julian.rueth@fsfe.org])
AC_INIT([flatsurf], [3.13.1], [julian.rueth@fsfe.org])

AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.14.1 tar-pax foreign])
Expand Down
4 changes: 2 additions & 2 deletions libflatsurf/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.

dnl We need at least autoconf 2.69 for this configure.ac to work.
AC_PREREQ([2.69])
AC_INIT([libflatsurf], [3.13.0], [julian.rueth@fsfe.org])
AC_INIT([libflatsurf], [3.13.1], [julian.rueth@fsfe.org])

AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([.])
Expand All @@ -13,7 +13,7 @@ dnl Version number of the library c:r:a.
dnl Set to c+1:0:0 on a non-backwards-compatible change.
dnl Set to c+1:0:a+1 on a backwards-compatible change.
dnl Set to c:r+1:a if the interface is unchanged.
AC_SUBST([libflatsurf_version_info], [19:0:12])
AC_SUBST([libflatsurf_version_info], [19:1:12])

AC_CANONICAL_HOST

Expand Down
2 changes: 1 addition & 1 deletion libflatsurf/recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = '3.13.0' %}
{% set version = '3.13.1' %}
{% set build_number = '0' %}

package:
Expand Down
2 changes: 1 addition & 1 deletion pyflatsurf/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.

dnl We need at least autoconf 2.69 for this configure.ac to work.
AC_PREREQ([2.69])
AC_INIT([pyflatsurf], [3.13.0], [julian.rueth@fsfe.org])
AC_INIT([pyflatsurf], [3.13.1], [julian.rueth@fsfe.org])
AC_CONFIG_AUX_DIR([.])

AC_CONFIG_MACRO_DIR([m4])
Expand Down
2 changes: 1 addition & 1 deletion pyflatsurf/recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = '3.13.0' %}
{% set version = '3.13.1' %}
{% set build_number = '0' %}

package:
Expand Down

0 comments on commit c01d8fa

Please sign in to comment.