summaryrefslogtreecommitdiffstats
path: root/Mac/Resources
Commit message (Expand)AuthorAgeFilesLines
...
* Changed version string and preferences filename to 1.5a2.Jack Jansen1997-05-234-919/+925
* Fixes to progress bar by SDM, modified by Jack:Jack Jansen1997-05-121-385/+385
* Version upped to 1.5a1Jack Jansen1997-05-071-19/+19
* Included new MSL error numbersJack Jansen1997-05-071-2/+2
* Added/updated copyright noticesJack Jansen1997-01-317-4321/+4862
* Fixed bundle to allow any object (file, folder, disk) to be dropped onJack Jansen1996-11-201-116/+81
* More sensible default sys.pathJack Jansen1996-11-091-16/+15
* Fixed gusi preferencesJack Jansen1996-10-231-4/+4
* Version upped to 1.4, removed some unused dialogs, added STR resourceJack Jansen1996-10-224-665/+661
* Changed about box to come up invisibly (so we can move it to the rightJack Jansen1996-09-237-4765/+4764
* Removed faulty gusi resourceJack Jansen1996-09-071-126/+117
* Removed duplicate gusi pref from bundleJack Jansen1996-09-062-259/+252
* Python about box implemented. Slightly convoluted, since (a) we haveJack Jansen1996-09-061-58/+417
* Regenerated, now also includes errno values plus explanationsJack Jansen1996-09-051-593/+665
* Version uppedJack Jansen1996-08-282-8/+8
* Updated for new tcl/tk releaseJack Jansen1996-08-061-3048/+3093
* Upped version number, rebinhexed everythingJack Jansen1996-08-027-4284/+4304
* Recreated tkpython.rsrc, upped version numberJack Jansen1996-05-204-3486/+3567
* Moved a button in the message dialog. and everything got binhexed again.Jack Jansen1996-04-103-306/+308
* Removed one level of "mac" in path initializationJack Jansen1996-03-251-8/+8
* Fixed pythonpath to include tkinter and mac:toolbox, and source-treeJack Jansen1996-03-207-3616/+3616
* - Allow setting of argc/argv in <option>-start dialogJack Jansen1996-03-121-25/+26
* - gusiprefs.rsrc added (note: must be in application/applet, not inJack Jansen1996-03-077-4210/+4231
* Added TMPL for startup optionsJack Jansen1996-02-211-9/+13
* Changed MacOS creator code from PYTH to PythJack Jansen1996-02-212-358/+359
* Tk resources (but with a different name, without a space)Jack Jansen1996-02-211-0/+3181
* A different binhexer, apparently:-(Jack Jansen1996-01-025-1013/+1016
* Added progress-bar dialogJack Jansen1995-11-141-55/+57
* Updated 'vers' resource to 1.3 (forgot before the distribution:-)Jack Jansen1995-10-272-72/+74
* Changed SIZE: minimum 2Mb is a bit over the top...Jack Jansen1995-10-091-107/+106
* Minor fixJack Jansen1995-09-011-17/+17
* Added version resourceJack Jansen1995-08-312-251/+264
* Renumbered dialogs:Jack Jansen1995-08-141-19/+24
* Put resource-files under CVS, in binhex formJack Jansen1995-08-075-0/+1006
the identity of the package.
PACKAGE='hdf5'
- VERSION='1.10.0-pre2'
+ VERSION='1.10.0'
cat >>confdefs.h <<_ACEOF
@@ -31603,7 +31603,7 @@ Usage: $0 [OPTIONS]
Report bugs to <bug-libtool@gnu.org>."
lt_cl_version="\
-HDF5 config.lt 1.10.0-pre2
+HDF5 config.lt 1.10.0
configured by $0, generated by GNU Autoconf 2.69.
Copyright (C) 2011 Free Software Foundation, Inc.
@@ -33630,7 +33630,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by HDF5 $as_me 1.10.0-pre2, which was
+This file was extended by HDF5 $as_me 1.10.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -33696,7 +33696,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-HDF5 config.status 1.10.0-pre2
+HDF5 config.status 1.10.0
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index ee6e15b..474d0d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ AC_PREREQ([2.69])
## NOTE: Do not forget to change the version number here when we do a
## release!!!
##
-AC_INIT([HDF5], [1.10.0-pre2], [help@hdfgroup.org])
+AC_INIT([HDF5], [1.10.0], [help@hdfgroup.org])
AC_CONFIG_SRCDIR([src/H5.c])
AC_CONFIG_HEADERS([src/H5config.h])
diff --git a/examples/README b/examples/README
index 0550b15..e0a3364 100644
--- a/examples/README
+++ b/examples/README
@@ -2,7 +2,7 @@
This directory contains example programs for the installed APIs and scripts to
compile and run them. Examples in the c and hl/c subdirectories are always
-installed, and those in fortan, hl/fortran, c++ and hl/c++ will be installed
+installed, and those in fortran, hl/fortran, c++ and hl/c++ will be installed
when fortran or c++ are enabled.
Running the run-all-ex.sh script in this directory will run the scripts and in
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt