Skip to content

Commit

Permalink
bumped version to 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
saraedum committed Dec 29, 2023
1 parent 84a92cc commit 59e1f12
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ conda activate intervalxt
You can try out the projects in this repository in a very limited environment
online by clicking the following links:

* **libintervalxt** [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/flatsurf/intervalxt/3.3.2?filepath=binder%2FSample.libintervalxt.ipynb)
* **libintervalxt** [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/flatsurf/intervalxt/3.3.3?filepath=binder%2FSample.libintervalxt.ipynb)
* **pyintervalxtc** [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/flatsurf/intervalxt/3.2.0?filepath=binder%2FSample.pyintervalxt.ipynb)

## Build with conda-forge Dependencies
Expand Down
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([intervalxt], [3.3.2], [[email protected]])
AC_INIT([intervalxt], [3.3.3], [[email protected]])

AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.14.1 tar-pax foreign])
Expand Down
4 changes: 2 additions & 2 deletions libintervalxt/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([libintervalxt], [3.3.2], [[email protected]])
AC_INIT([libintervalxt], [3.3.3], [[email protected]])

AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([.])
Expand All @@ -12,7 +12,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([libintervalxt_version_info], [6:2:2])
AC_SUBST([libintervalxt_version_info], [6:3:2])

AC_CANONICAL_HOST

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

package:
Expand Down
2 changes: 1 addition & 1 deletion pyintervalxt/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([pyintervalxt], [3.3.2], [[email protected]])
AC_INIT([pyintervalxt], [3.3.3], [[email protected]])
AC_CONFIG_AUX_DIR([.])

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

package:
name: pyintervalxt
Expand Down

0 comments on commit 59e1f12

Please sign in to comment.