-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move contents of sneak_peek.md to RELEASE_NOTES
- Loading branch information
Showing
3 changed files
with
97 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ dnl AC_REVISION([$Revision$])dnl | |
dnl autoconf v2.70 and later is required. See https://github.com/Parallel-NetCDF/PnetCDF/issues/94 | ||
dnl autoconf v2.70 was released in 2021-01-28 | ||
AC_PREREQ([2.70]) | ||
AC_INIT([PnetCDF],[1.13.0],[[email protected]],[pnetcdf],[https://parallel-netcdf.github.io]) | ||
AC_INIT([PnetCDF],[1.14.0],[[email protected]],[pnetcdf],[https://parallel-netcdf.github.io]) | ||
|
||
dnl config.h.in will be created by autoreconf (autoheader) | ||
dnl call it right after AC_INIT, as suggested by autoconf | ||
|
@@ -2641,7 +2641,7 @@ dnl Update the version information only immediately before a public release. | |
dnl PnetCDF starts with 1:0:0 (shared library is first supported in 1.9.0) | ||
dnl because some package distributors, such as Debian, may have already built | ||
dnl PnetCDF with shared libraries. | ||
ABIVERSION="5:0:0" | ||
ABIVERSION="6:0:0" | ||
AC_SUBST(ABIVERSION) | ||
if test "$enable_versioning" = "yes" ; then | ||
ABIVERSIONFLAGS="-version-info \$(ABIVERSION)" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters