Skip to content

Commit 51f0009

Browse files
committed
chore(release): touch up dates
1 parent 61db0a5 commit 51f0009

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ message: If you use this software, please cite the software itself.
33
type: software
44
title: MODFLOW 6 Modular Hydrologic Model
55
version: 6.6.0
6-
date-released: '2024-12-20'
6+
date-released: '2024-12-19'
77
doi: 10.5066/F76Q1VQV
88
abstract: MODFLOW 6 is an object-oriented program and framework developed to provide
99
a platform for supporting multiple models and multiple types of models within the

code.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"laborHours": -1,
2121
"version": "6.6.0",
2222
"date": {
23-
"metadataLastUpdated": "2024-12-20"
23+
"metadataLastUpdated": "2024-12-19"
2424
},
2525
"organization": "U.S. Geological Survey",
2626
"permissions": {

doc/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# MODFLOW 6 version file automatically created using...update_version.py
2-
# created on...December 20, 2024 01:08:51
2+
# created on...December 19, 2024 23:59:59
33
__version__ = "6.6.0"

doc/version.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
\newcommand{\modflowversion}{mf6.6.0}
2-
\newcommand{\modflowdate}{December 20, 2024}
2+
\newcommand{\modflowdate}{December 19, 2024}
33
\newcommand{\currentmodflowversion}{Version \modflowversion---\modflowdate}

src/Utilities/version.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module VersionModule
1818
! -- modflow 6 version
1919
integer(I4B), parameter :: IDEVELOPMODE = 1
2020
character(len=*), parameter :: VERSIONNUMBER = '6.6.0'
21-
character(len=*), parameter :: VERSIONTAG = ' 12/20/2024'
21+
character(len=*), parameter :: VERSIONTAG = ' 12/19/2024'
2222
character(len=40), parameter :: VERSION = VERSIONNUMBER//VERSIONTAG
2323
character(len=2), parameter :: MFVNAM = ' 6'
2424
character(len=*), parameter :: MFTITLE = &

0 commit comments

Comments
 (0)