Skip to content

Commit

Permalink
meta: bump version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rumach committed Sep 9, 2021
1 parent 2ca77ea commit daf0710
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
GPI-2
http://www.gpi-site.com

Version: 1.5.0
Version: 1.5.1
Copyright (C) 2013-2021
Fraunhofer ITWM

Expand Down
2 changes: 1 addition & 1 deletion configure.ac.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ echo ' $1 ' | sed -e's/./-/g' >&AS_MESSAGE_FD

# INITS
AC_PREREQ([2.63])
AC_INIT([GPI-2], [1.5.0], [https://github.com/cc-hpc-itwm/GPI-2/issues])
AC_INIT([GPI-2], [1.5.1], [https://github.com/cc-hpc-itwm/GPI-2/issues])
AC_CONFIG_SRCDIR([src/GPI2.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([config])
Expand Down
2 changes: 1 addition & 1 deletion src/GPI2_VERSION.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ along with GPI-2. If not, see <http://www.gnu.org/licenses/>.

#define GASPI_MAJOR_VERSION (1)
#define GASPI_MINOR_VERSION (5)
#define GASPI_REVISION (0)
#define GASPI_REVISION (1)

#define GASPI_VERSION \
(GASPI_MAJOR_VERSION + GASPI_MINOR_VERSION/10.0f + GASPI_REVISION/100.0f)
Expand Down

0 comments on commit daf0710

Please sign in to comment.