summaryrefslogtreecommitdiffstats
path: root/m4/ltversion.m4
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2022-12-13 19:26:30 (GMT)
committerGitHub <noreply@github.com>2022-12-13 19:26:30 (GMT)
commit904d99ae0b7de5f69cab9c133c71ea7556d41688 (patch)
tree88edb106e9b149e353fb25579f82414116ced87a /m4/ltversion.m4
parentb9f4c001ade4c230f8325080f3dd8181648324ab (diff)
downloadhdf5-904d99ae0b7de5f69cab9c133c71ea7556d41688.zip
hdf5-904d99ae0b7de5f69cab9c133c71ea7556d41688.tar.gz
hdf5-904d99ae0b7de5f69cab9c133c71ea7556d41688.tar.bz2
Initial updates for HDF5 1.14.0 release December 2022 (#2292)
* Initial updates for HDF5 1.14.0 release December 2022 Update so numbers for release Set version to 1.14.0 Switch default build mode to production for release in configure.ac lines435 and 442 Switch AM_MAINTAINER_MODE to disabled with bin/switch_maint_mode Set HDF5_GENERATE_HEADERS to OFF in src/CMakeLists.txt Commit Makefile.ins and other generated files for release except 2 ...~ files and autom4te.cache.
Diffstat (limited to 'm4/ltversion.m4')
-rw-r--r--m4/ltversion.m423
1 files changed, 23 insertions, 0 deletions
diff --git a/m4/ltversion.m4 b/m4/ltversion.m4
new file mode 100644
index 0000000..fa04b52
--- /dev/null
+++ b/m4/ltversion.m4
@@ -0,0 +1,23 @@
+# ltversion.m4 -- version numbers -*- Autoconf -*-
+#
+# Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc.
+# Written by Scott James Remnant, 2004
+#
+# This file is free software; the Free Software Foundation gives
+# unlimited permission to copy and/or distribute it, with or without
+# modifications, as long as this notice is preserved.
+
+# @configure_input@
+
+# serial 4179 ltversion.m4
+# This file is part of GNU Libtool
+
+m4_define([LT_PACKAGE_VERSION], [2.4.6])
+m4_define([LT_PACKAGE_REVISION], [2.4.6])
+
+AC_DEFUN([LTVERSION_VERSION],
+[macro_version='2.4.6'
+macro_revision='2.4.6'
+_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
+_LT_DECL(, macro_revision, 0)
+])