Skip to content

Commit 849de4e

Browse files
authored
Increment subversion to -4 after snapshot release 2.0.0-3. (#5916)
1 parent 5047b30 commit 849de4e

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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-3 currently under development
1+
HDF5 version 2.0.0-4 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 "-3")
42+
set (CTEST_SOURCE_VERSEXT "-4")
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 "-3")
21+
set (HDF5_VERSEXT "-4")
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/CHANGELOG.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-3 currently under development
1+
HDF5 version 2.0.0-4 currently under development
22

33
# 🔺 HDF5 Changelog
44
All notable changes to this project will be documented in this file. This document describes the differences between this release and the previous

src/H5public.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@
7373
/**
7474
* For pre-releases like \c snap0. Empty string for official releases.
7575
*/
76-
#define H5_VERS_SUBRELEASE "3"
76+
#define H5_VERS_SUBRELEASE "4"
7777
/**
7878
* Short version string
7979
*/
80-
#define H5_VERS_STR "2.0.0-3"
80+
#define H5_VERS_STR "2.0.0-4"
8181
/**
8282
* Full version string
8383
*/
84-
#define H5_VERS_INFO "HDF5 library version: 2.0.0-3"
84+
#define H5_VERS_INFO "HDF5 library version: 2.0.0-4"
8585

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

0 commit comments

Comments
 (0)