forked from Unidata/netcdf-c
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Unidata#1482 from Unidata/v4.7.1-wellspring.wif
Merge some changes from 4.7.1 preparation back upstream into master.
- Loading branch information
Showing
6 changed files
with
21 additions
and
31 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
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
AC_PREREQ([2.59]) | ||
|
||
# Initialize with name, version, and support email address. | ||
AC_INIT([netCDF], [4.7.1-development], [[email protected]], [netcdf-c]) | ||
AC_INIT([netCDF], [4.7.2-development], [[email protected]], [netcdf-c]) | ||
|
||
## | ||
# Prefer an empty CFLAGS variable instead of the default -g -O2. | ||
|
@@ -21,7 +21,7 @@ AC_INIT([netCDF], [4.7.1-development], [[email protected]], [netcd | |
|
||
AC_SUBST([NC_VERSION_MAJOR]) NC_VERSION_MAJOR=4 | ||
AC_SUBST([NC_VERSION_MINOR]) NC_VERSION_MINOR=7 | ||
AC_SUBST([NC_VERSION_PATCH]) NC_VERSION_PATCH=1 | ||
AC_SUBST([NC_VERSION_PATCH]) NC_VERSION_PATCH=2 | ||
AC_SUBST([NC_VERSION_NOTE]) NC_VERSION_NOTE="-development" | ||
|
||
##### | ||
|
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