Skip to content

Commit

Permalink
ci(release): set IDEVELOPMODE = 0
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Jun 28, 2023
1 parent d0bb1ff commit 8d91f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utilities/version.f90
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module VersionModule
implicit none
public
! -- modflow 6 version
integer(I4B), parameter :: IDEVELOPMODE = 1
integer(I4B), parameter :: IDEVELOPMODE = 0
character(len=*), parameter :: VERSIONNUMBER = '6.4.2'
character(len=*), parameter :: VERSIONTAG = ' 06/28/2023'
character(len=40), parameter :: VERSION = VERSIONNUMBER//VERSIONTAG
Expand Down

0 comments on commit 8d91f82

Please sign in to comment.