summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 7aee12b..a5b73cd 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 11
-#define PY_MICRO_VERSION 3
+#define PY_MICRO_VERSION 4
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.11.3+"
+#define PY_VERSION "3.11.4"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
Mirror from: https://github.com/HDFGroup/hdf5.git
summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2017-04-25 06:09:55 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2017-04-25 06:09:55 (GMT)
commitb1a5ba405393da68028cf1c8b159a3abb51d2187 (patch)
tree8558f5de6384e0d1a37a71ff16403cf053ad80ed /autogen.sh
parent9d84abe503267baaf3ddc675a4e3182d7f415be0 (diff)
downloadhdf5-b1a5ba405393da68028cf1c8b159a3abb51d2187.zip
hdf5-b1a5ba405393da68028cf1c8b159a3abb51d2187.tar.gz
hdf5-b1a5ba405393da68028cf1c8b159a3abb51d2187.tar.bz2
Updated bin/trace to emit errors and reordered autogen.sh processing
so that script failures leave the library in a non-compilable state, making it harder to ignore errors.