Skip to content

Commit

Permalink
chore(release): touch up dates
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Dec 20, 2024
1 parent 61db0a5 commit 51f0009
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ message: If you use this software, please cite the software itself.
type: software
title: MODFLOW 6 Modular Hydrologic Model
version: 6.6.0
date-released: '2024-12-20'
date-released: '2024-12-19'
doi: 10.5066/F76Q1VQV
abstract: MODFLOW 6 is an object-oriented program and framework developed to provide
a platform for supporting multiple models and multiple types of models within the
Expand Down
2 changes: 1 addition & 1 deletion code.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"laborHours": -1,
"version": "6.6.0",
"date": {
"metadataLastUpdated": "2024-12-20"
"metadataLastUpdated": "2024-12-19"
},
"organization": "U.S. Geological Survey",
"permissions": {
Expand Down
2 changes: 1 addition & 1 deletion doc/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# MODFLOW 6 version file automatically created using...update_version.py
# created on...December 20, 2024 01:08:51
# created on...December 19, 2024 23:59:59
__version__ = "6.6.0"
2 changes: 1 addition & 1 deletion doc/version.tex
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
\newcommand{\modflowversion}{mf6.6.0}
\newcommand{\modflowdate}{December 20, 2024}
\newcommand{\modflowdate}{December 19, 2024}
\newcommand{\currentmodflowversion}{Version \modflowversion---\modflowdate}
2 changes: 1 addition & 1 deletion src/Utilities/version.f90
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module VersionModule
! -- modflow 6 version
integer(I4B), parameter :: IDEVELOPMODE = 1
character(len=*), parameter :: VERSIONNUMBER = '6.6.0'
character(len=*), parameter :: VERSIONTAG = ' 12/20/2024'
character(len=*), parameter :: VERSIONTAG = ' 12/19/2024'
character(len=40), parameter :: VERSION = VERSIONNUMBER//VERSIONTAG
character(len=2), parameter :: MFVNAM = ' 6'
character(len=*), parameter :: MFTITLE = &
Expand Down

0 comments on commit 51f0009

Please sign in to comment.