Skip to content

Commit

Permalink
Update version number and changelog for 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andreww committed Aug 28, 2008
1 parent f13b27b commit 5fcff6d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2008-08-26: version 4.0.3
Portability workarounds for the Portland Group compiler (pgf90)
Minor bug fixes

2008-07-23: version 4.0.2
Fix crashes in the SAX parser
Allow extended 8-bit chars where appropriate
Expand Down
4 changes: 2 additions & 2 deletions common/FoX_common.F90
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ module FoX_common
private

#ifdef DUMMYLIB
character(len=*), parameter :: FoX_version = '4.0.2-dummy'
character(len=*), parameter :: FoX_version = '4.0.3-dummy'
#else
character(len=*), parameter :: FoX_version = '4.0.2'
character(len=*), parameter :: FoX_version = '4.0.3'
#endif

public :: FoX_version
Expand Down
2 changes: 1 addition & 1 deletion config/configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([FoX],[4.0.2],[tow@uszla.me.uk])
AC_INIT([FoX],[4.0.3],[tow@uszla.me.uk])
AC_CONFIG_SRCDIR([README.FoX.txt])
dnl
dnl Find system type.
Expand Down

0 comments on commit 5fcff6d

Please sign in to comment.