Skip to content

Commit

Permalink
Version 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
remkos committed Jun 25, 2015
1 parent e0f0121 commit abdbc7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ The code is currently still under major development. When released, it will be m
## Version History
Following is a history of releases on GitHub, newest to oldest.

### v4.0.0
* Import from GoogleCode into GitHub.
### v4.0.2
* Prepared for GCC and GFortran version 5.
* rads_add_ww3_222 did not properly identify 6-hourly time step for recent grids.
* Improve module dependencies in Makefiles.
* Introduced GDR-E orbit for CryoSat-2.

### v4.0.1
* Updated the way the version number is determined, using either the version tag in configure.ac or "git describe --tags" when using a git repository.
* Removed all the SVN $Id$ and $Revision$ tags.
* Updates for future Jason-3 processing.
* Updates for processing of CryoSat-2 Baseline C.

### v4.0.2
* Prepared for GCC and GFortran version 5.
* rads_add_ww3_222 did not properly identify 6-hourly time step for recent grids.
* Improve module dependencies in Makefiles.
* Introduced GDR-E orbit for CryoSat-2.
### v4.0.0
* Import from GoogleCode into GitHub.

2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# -----------------------------------------------------------------
# Define and show package version
# -----------------------------------------------------------------
AC_INIT([RADS], [4.0.1], [[email protected]])
AC_INIT([RADS], [4.0.2], [[email protected]])
AC_MSG_NOTICE([AC_PACKAGE_NAME, version AC_PACKAGE_VERSION])

# -----------------------------------------------------------------
Expand Down

0 comments on commit abdbc7c

Please sign in to comment.