Skip to content

Commit

Permalink
Bump the patch version to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
q-posev committed Sep 27, 2022
1 parent 0d948ac commit db3f989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.16)

# Initialize the CMake project.
project(Trexio
VERSION 2.3.0
VERSION 2.2.2
DESCRIPTION "TREX I/O library"
LANGUAGES C Fortran
)
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.3.0],[https://github.com/TREX-CoE/trexio/issues])
AC_INIT([trexio],[2.2.2],[https://github.com/TREX-CoE/trexio/issues])

AC_CONFIG_SRCDIR([Makefile.in])
AC_CONFIG_HEADERS([include/config.h])
Expand Down

0 comments on commit db3f989

Please sign in to comment.