Skip to content

Commit

Permalink
Updated release preparation branch version number t0 1.14.5-2
Browse files Browse the repository at this point in the history
  • Loading branch information
lrknox committed Sep 16, 2024
1 parent 7a285f2 commit 5c2797f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
HDF5 version 1.14.5-1 currently under development
HDF5 version 1.14.5-2 currently under development

![HDF5 Logo](doxygen/img/HDF5.png)

Expand Down
2 changes: 1 addition & 1 deletion config/cmake/scripts/HDF5config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cmake_minimum_required (VERSION 3.18)
##############################################################################

set (CTEST_SOURCE_VERSION "1.14.5")
set (CTEST_SOURCE_VERSEXT "-1")
set (CTEST_SOURCE_VERSEXT "-2")

##############################################################################
# handle input parameters to script.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ AC_PREREQ([2.71])
## NOTE: Do not forget to change the version number here when we do a
## release!!!
##
AC_INIT([HDF5], [1.14.5-1], [[email protected]])
AC_INIT([HDF5], [1.14.5-2], [[email protected]])

AC_CONFIG_SRCDIR([src/H5.c])
AC_CONFIG_HEADERS([src/H5config.h])
Expand Down
2 changes: 1 addition & 1 deletion release_docs/NEWSLETTER.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
HDF5 version 1.14.5-1 currently under development
HDF5 version 1.14.5-2 currently under development

Features included for the next major release:
----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion release_docs/RELEASE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
HDF5 version 1.14.5-1 currently under development
HDF5 version 1.14.5-2 currently under development
================================================================================


Expand Down
6 changes: 3 additions & 3 deletions src/H5public.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@
/**
* For pre-releases like \c snap0. Empty string for official releases.
*/
#define H5_VERS_SUBRELEASE "1"
#define H5_VERS_SUBRELEASE "2"
/**
* Short version string
*/
#define H5_VERS_STR "1.14.5-1"
#define H5_VERS_STR "1.14.5-2"
/**
* Full version string
*/
#define H5_VERS_INFO "HDF5 library version: 1.14.5-1"
#define H5_VERS_INFO "HDF5 library version: 1.14.5-2"

#define H5check() H5check_version(H5_VERS_MAJOR, H5_VERS_MINOR, H5_VERS_RELEASE)

Expand Down

0 comments on commit 5c2797f

Please sign in to comment.