Increment version subrelease digit to -2 (#5797)

This commit is contained in:
Larry Knox
2025-09-10 13:23:05 -05:00
committed by GitHub
parent ffbc655699
commit ecc9b615ec
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
HDF5 version 2.0.0-1 currently under development
HDF5 version 2.0.0-2 currently under development
> [!WARNING]
> **Heads Up: HDF5 Dropped Autotools March 10th**
+1 -1
View File
@@ -39,7 +39,7 @@ cmake_minimum_required (VERSION 3.26)
##############################################################################
set (CTEST_SOURCE_VERSION "2.0.0")
set (CTEST_SOURCE_VERSEXT "-1")
set (CTEST_SOURCE_VERSEXT "-2")
##############################################################################
# handle input parameters to script.
+1 -1
View File
@@ -18,7 +18,7 @@
# the add_subdirectory command..
macro (EXTERNAL_HDF5_LIBRARY compress_type)
set (HDF5_VERSION "2.0.0")
set (HDF5_VERSEXT "-1")
set (HDF5_VERSEXT "-2")
set (HDF5_VERSION_MAJOR "2.0")
set (HDF5LIB_TGZ_NAME "hdf5.tar.gz" CACHE STRING "Use HDF5LIB from compressed file" FORCE)
set (HDF5LIB_TGZ_ORIGPATH "https://github.com/HDFGroup/hdf5/releases/download/snapshot" CACHE STRING "Use HDF5LIB from original location" FORCE)
+1 -1
View File
@@ -1,4 +1,4 @@
HDF5 version 2.0.0-1 currently under development
HDF5 version 2.0.0-2 currently under development
Features included for the next major release:
----------------------------------------------------------------------------
+1 -1
View File
@@ -1,4 +1,4 @@
HDF5 version 2.0.0-1 currently under development
HDF5 version 2.0.0-2 currently under development
================================================================================
+3 -3
View File
@@ -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 "2.0.0-1"
#define H5_VERS_STR "2.0.0-2"
/**
* Full version string
*/
#define H5_VERS_INFO "HDF5 library version: 2.0.0-1"
#define H5_VERS_INFO "HDF5 library version: 2.0.0-2"
#define H5check() H5check_version(H5_VERS_MAJOR, H5_VERS_MINOR, H5_VERS_RELEASE)