Skip to content

Commit ecc9b61

Browse files
authored
Increment version subrelease digit to -2 (#5797)
1 parent ffbc655 commit ecc9b61

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
HDF5 version 2.0.0-1 currently under development
1+
HDF5 version 2.0.0-2 currently under development
22

33
> [!WARNING]
44
> **Heads Up: HDF5 Dropped Autotools March 10th**

config/cmake/scripts/HDF5config.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ cmake_minimum_required (VERSION 3.26)
3939
##############################################################################
4040

4141
set (CTEST_SOURCE_VERSION "2.0.0")
42-
set (CTEST_SOURCE_VERSEXT "-1")
42+
set (CTEST_SOURCE_VERSEXT "-2")
4343

4444
##############################################################################
4545
# handle input parameters to script.

config/examples/HDF5AsSubdirMacros.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# the add_subdirectory command..
1919
macro (EXTERNAL_HDF5_LIBRARY compress_type)
2020
set (HDF5_VERSION "2.0.0")
21-
set (HDF5_VERSEXT "-1")
21+
set (HDF5_VERSEXT "-2")
2222
set (HDF5_VERSION_MAJOR "2.0")
2323
set (HDF5LIB_TGZ_NAME "hdf5.tar.gz" CACHE STRING "Use HDF5LIB from compressed file" FORCE)
2424
set (HDF5LIB_TGZ_ORIGPATH "https://github.com/HDFGroup/hdf5/releases/download/snapshot" CACHE STRING "Use HDF5LIB from original location" FORCE)

release_docs/NEWSLETTER.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
HDF5 version 2.0.0-1 currently under development
1+
HDF5 version 2.0.0-2 currently under development
22

33
Features included for the next major release:
44
----------------------------------------------------------------------------

release_docs/RELEASE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
HDF5 version 2.0.0-1 currently under development
1+
HDF5 version 2.0.0-2 currently under development
22
================================================================================
33

44

src/H5public.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@
8787
/**
8888
* For pre-releases like \c snap0. Empty string for official releases.
8989
*/
90-
#define H5_VERS_SUBRELEASE "1"
90+
#define H5_VERS_SUBRELEASE "2"
9191
/**
9292
* Short version string
9393
*/
94-
#define H5_VERS_STR "2.0.0-1"
94+
#define H5_VERS_STR "2.0.0-2"
9595
/**
9696
* Full version string
9797
*/
98-
#define H5_VERS_INFO "HDF5 library version: 2.0.0-1"
98+
#define H5_VERS_INFO "HDF5 library version: 2.0.0-2"
9999

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

0 commit comments

Comments
 (0)