Skip to content

Commit

Permalink
Bump version to 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scemama committed Oct 24, 2023
1 parent 92e71be commit 8a2067d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ 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 JSON configuration file in tar.gz release
- Added Rust interface

2.3
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 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([trexio],[2.4.1],[https://github.com/TREX-CoE/trexio/issues])
AC_INIT([trexio],[2.4.2],[https://github.com/TREX-CoE/trexio/issues])

AC_CONFIG_SRCDIR([Makefile.in])
AC_CONFIG_HEADERS([include/config.h])
Expand Down
2 changes: 1 addition & 1 deletion ocaml/trexio/dune-project
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(lang dune 3.1)

(name trexio)
(version 2.3.2)
(version 2.4.2)

(generate_opam_files false)

Expand Down
2 changes: 1 addition & 1 deletion rust/trexio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trexio"
version = "2.4.1"
version = "2.4.2"
edition = "2021"
license = "BSD-3-Clause"
authors = ["Anthony Scemama <scemama@irsamc.ups-tlse.fr>", "Evgeny Posenitskiy"]
Expand Down
2 changes: 1 addition & 1 deletion rust/trexio/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ extern crate reqwest;
extern crate tar;
extern crate flate2;

const VERSION: &str = "2.3.2";
const VERSION: &str = "2.4.2";
const WRAPPER_H: &str = "wrapper.h";
const GENERATED_RS: &str = "generated.rs";

Expand Down

0 comments on commit 8a2067d

Please sign in to comment.