mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Increment version subrelease digit to -2 (#5797)
This commit is contained in:
@@ -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**
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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,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,4 +1,4 @@
|
||||
HDF5 version 2.0.0-1 currently under development
|
||||
HDF5 version 2.0.0-2 currently under development
|
||||
================================================================================
|
||||
|
||||
|
||||
|
||||
+3
-3
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user