1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-12-22 04:14:40 +01:00

Update version to 2.4.1

This commit is contained in:
Anthony Scemama 2023-10-24 10:23:04 +02:00
parent ca02aa67c1
commit ccdf359a90
3 changed files with 4 additions and 2 deletions

View File

@ -6,6 +6,8 @@ CHANGES
- Added state/energy
- Made state/id an index instead of an int
- Added JSON configuration data as a C variable in trexio.h
- Added Rust interface
2.3
---

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
AC_INIT([trexio],[2.4.0],[https://github.com/TREX-CoE/trexio/issues])
AC_INIT([trexio],[2.4.1],[https://github.com/TREX-CoE/trexio/issues])
AC_CONFIG_SRCDIR([Makefile.in])
AC_CONFIG_HEADERS([include/config.h])

View File

@ -1,6 +1,6 @@
[package]
name = "trexio"
version = "2.4.0"
version = "2.4.1"
edition = "2021"
license = "BSD-3-Clause"
authors = ["Anthony Scemama <scemama@irsamc.ups-tlse.fr>", "Evgeny Posenitskiy"]