Skip to content

Commit f21dd73

Browse files
committed
Bumped version to 4.6.0
Signed-off-by: Mitch Gaffigan <mitch.gaffigan@comcast.net>
1 parent 49b5884 commit f21dd73

10 files changed

Lines changed: 11 additions & 9 deletions

File tree

server/conf/mirth.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ password.reuseperiod = 0
2222
password.reuselimit = 0
2323

2424
# Only used for migration purposes, do not modify
25-
version = 4.5.2
25+
version = 4.6.0
2626

2727
# keystore
2828
keystore.path = ${dir.appdata}/keystore.jks

server/dbconf/derby/derby-database.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ INSERT INTO PERSON (USERNAME, LOGGED_IN) VALUES('admin', 0);
107107

108108
INSERT INTO PERSON_PASSWORD (PERSON_ID, PASSWORD) VALUES(1, 'b8cA3mDkavInMc2JBYa6/C3EGxDp7ppqh7FsoXx0x8+3LWK3Ed3ELg==');
109109

110-
INSERT INTO SCHEMA_INFO (VERSION) VALUES ('4.5.2');
110+
INSERT INTO SCHEMA_INFO (VERSION) VALUES ('4.6.0');
111111

112112
INSERT INTO CONFIGURATION (CATEGORY, NAME, VALUE) VALUES ('core', 'stats.enabled', '1');
113113

server/dbconf/mysql/mysql-database.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ INSERT INTO PERSON (USERNAME, LOGGED_IN) VALUES('admin', FALSE);
113113

114114
INSERT INTO PERSON_PASSWORD (PERSON_ID, PASSWORD) VALUES(1, 'b8cA3mDkavInMc2JBYa6/C3EGxDp7ppqh7FsoXx0x8+3LWK3Ed3ELg==');
115115

116-
INSERT INTO SCHEMA_INFO (VERSION) VALUES ('4.5.2');
116+
INSERT INTO SCHEMA_INFO (VERSION) VALUES ('4.6.0');
117117

118118
INSERT INTO CONFIGURATION (CATEGORY, NAME, VALUE) VALUES ('core', 'stats.enabled', '1');
119119

server/dbconf/oracle/oracle-database.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ INSERT INTO PERSON (ID, USERNAME, LOGGED_IN, USERCONSENT) VALUES (PERSON_SEQUENC
110110

111111
INSERT INTO PERSON_PASSWORD (PERSON_ID, PASSWORD) VALUES(PERSON_SEQUENCE.CURRVAL, 'b8cA3mDkavInMc2JBYa6/C3EGxDp7ppqh7FsoXx0x8+3LWK3Ed3ELg==');
112112

113-
INSERT INTO SCHEMA_INFO (VERSION) VALUES ('4.5.2');
113+
INSERT INTO SCHEMA_INFO (VERSION) VALUES ('4.6.0');
114114

115115
INSERT INTO CONFIGURATION (CATEGORY, NAME, VALUE) VALUES ('core', 'stats.enabled', '1');
116116

server/dbconf/postgres/postgres-database.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ INSERT INTO PERSON (USERNAME, LOGGED_IN) VALUES('admin', FALSE);
109109

110110
INSERT INTO PERSON_PASSWORD (PERSON_ID, PASSWORD) VALUES(1, 'b8cA3mDkavInMc2JBYa6/C3EGxDp7ppqh7FsoXx0x8+3LWK3Ed3ELg==');
111111

112-
INSERT INTO SCHEMA_INFO (VERSION) VALUES ('4.5.2');
112+
INSERT INTO SCHEMA_INFO (VERSION) VALUES ('4.6.0');
113113

114114
INSERT INTO CONFIGURATION (CATEGORY, NAME, VALUE) VALUES ('core', 'stats.enabled', '1');
115115

server/dbconf/sqlserver/sqlserver-database.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ INSERT INTO PERSON (USERNAME, LOGGED_IN, USERCONSENT) VALUES('admin', 0, 0);
116116

117117
INSERT INTO PERSON_PASSWORD (PERSON_ID, PASSWORD) VALUES(1, 'b8cA3mDkavInMc2JBYa6/C3EGxDp7ppqh7FsoXx0x8+3LWK3Ed3ELg==');
118118

119-
INSERT INTO SCHEMA_INFO (VERSION) VALUES ('4.5.2');
119+
INSERT INTO SCHEMA_INFO (VERSION) VALUES ('4.6.0');
120120

121121
INSERT INTO CONFIGURATION (CATEGORY, NAME, VALUE) VALUES ('core', 'stats.enabled', '1');
122122

server/mirth-build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ donkey=../donkey
22
server=../server
33
client=../client
44
cli=../command
5-
version=4.5.2
5+
version=4.6.0
66

77
# This value is used as the modified time for the files inside of jar, zip, and war files
88
archive.entry.date=1999-01-01T00:00:00.000Z

server/src/com/mirth/connect/client/core/Version.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ public enum Version {
7575
v4_4_2("4.4.2"),
7676
v4_5_0("4.5.0"),
7777
v4_5_1("4.5.1"),
78-
v4_5_2("4.5.2");
78+
v4_5_2("4.5.2"),
79+
v4_6_0("4.6.0");
7980

8081
// @formatter:on
8182

server/src/com/mirth/connect/server/migration/ServerMigrator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ private Migrator getMigrator(Version version) {
234234
case v4_5_0: return null;
235235
case v4_5_1: return null;
236236
case v4_5_2: return new Migrate4_5_2();
237+
case v4_6_0: return null;
237238
} // @formatter:on
238239

239240
return null;

tools/install4j/oie-installer-config.install4j

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<install4j version="11.0.3" transformSequenceNumber="11">
3-
<application name="Open Integration Engine" applicationId="4145-9206-7630-8076" mediaDir="${compiler:installer:mediaRoot}/server/build" shortName="oie" publisher="Open Integration Engine Project" publisherWeb="https://openintegrationengine.com" version="4.5.2" backupOnSave="true" autoSave="true" macVolumeId="88477e584eb462ba" javaMinVersion="17" javaMaxVersion="25">
3+
<application name="Open Integration Engine" applicationId="4145-9206-7630-8076" mediaDir="${compiler:installer:mediaRoot}/server/build" shortName="oie" publisher="Open Integration Engine Project" publisherWeb="https://openintegrationengine.com" version="4.6.0" backupOnSave="true" autoSave="true" macVolumeId="88477e584eb462ba" javaMinVersion="17" javaMaxVersion="25">
44
<variables>
55
<variable name="installer:mediaRoot" value="../../../engine" />
66
</variables>

0 commit comments

Comments
 (0)