1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-07-22 10:47:43 +02:00

Bump to version 2.3.2 with #118

This commit is contained in:
Anthony Scemama 2023-05-11 23:08:37 +02:00
parent b8e749e963
commit 7edde4f1fb
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.16)
# Initialize the CMake project.
project(Trexio
VERSION 2.3.1
VERSION 2.3.2
DESCRIPTION "TREX I/O library"
LANGUAGES C Fortran
)

View File

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