Skip to content

Commit 961b985

Browse files
MOVES4.0.2 with movesdb20250107
1 parent f24302d commit 961b985

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ identifiers:
99
value: "Office of Transportation and Air Quality. US Environmental Protection Agency. Ann Arbor, MI."
1010
description: "Publisher"
1111
url: "https://www.epa.gov/moves"
12-
version: 4.0.1
13-
date-released: 2024-01-18
12+
version: 4.0.2
13+
date-released: 2025-01-15

MOVESConfiguration.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
defaultServerName = localhost
2-
defaultDatabaseName = movesdb20240104
2+
defaultDatabaseName = movesdb20250107
33
executionServerName = localhost
44
executionDatabaseName = MOVESExecution
55
outputServerName = 127.0.0.1

database/Setup/SetupDatabase.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
mysql -uroot -pmoves --force < CreateMOVESUser.sql
2-
mysql -uroot -pmoves < movesdb20240104.sql
2+
mysql -uroot -pmoves < movesdb20250107.sql
Binary file not shown.

gov/epa/otaq/moves/master/gui/MOVESWindow.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ public class MOVESWindow extends JFrame implements ActionListener, LogHandler,
221221
/** Name of output file that performance profiles are written to **/
222222
static final String PERFORMANCE_PROFILER_FILE_NAME = "guiprofile.txt";
223223
/** Date of the Current Release **/
224-
public static final String MOVES_VERSION = "MOVES4.0.1";
224+
public static final String MOVES_VERSION = "MOVES4.0.2";
225225
/** directory where output db processing scripts are located **/
226226
static final String DB_SCRIPTS_DIR = "database" + File.separator + "OutputProcessingScripts";
227227
static final String DB_NONROAD_SCRIPTS_DIR = "database" + File.separator + "NonroadProcessingScripts";

maketodo.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
defaultServerName = localhost
2-
defaultDatabaseName = movesdb20240104
2+
defaultDatabaseName = movesdb20250107
33
executionServerName = localhost
44
executionDatabaseName = *
55
outputServerName = localhost

0 commit comments

Comments
 (0)