Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
# Conflicts:
#	BFB/src/main/java/BFB/Common/Constants.java
#	build.gradle
#	saw/src/main/java/saw/Constants.java
#	ssw/src/main/java/ssw/constants/SSWConstants.java
#	sswlib/src/main/java/common/Constants.java
  • Loading branch information
WEKarnesky committed Oct 20, 2019
2 parents 0964b83 + 9145b2a commit 25002c7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BFB/src/main/java/BFB/Common/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
public class Constants {
public final static String AppName = "Battletech Force Balancer",
AppDescription = "Battletech Force Balancer",
Version = "0.7.2.20191015",
Version = "0.7.3.20191019",
AppRelease = "Nightly",
Author = "George Blouin",
EMail = "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'java'

allprojects {
version '0.7.2.20191015'
version '0.7.3.20191019'
jar {
onlyIf { !sourceSets.main.allSource.files.isEmpty() }
}
Expand Down
2 changes: 1 addition & 1 deletion saw/src/main/java/saw/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class Constants {
// here is the versioning and program name
public final static String AppName = "SAW",
AppDescription = "Solaris Armor Werks",
Version = "0.7.2.20191015",
Version = "0.7.3.20191019",
AppRelease = "Nightly",
ImageListFileName = "S7Images",
LogFileName = "Logs/SAW_Log.txt",
Expand Down
2 changes: 1 addition & 1 deletion ssw/src/main/java/ssw/constants/SSWConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class SSWConstants {
// here is the versioning and program name
public final static String AppName = "SSW",
AppDescription = "Solaris Skunk Werks",
Version = "0.7.2.20191015",
Version = "0.7.3.20191019",
AppRelease = "Nightly",
ImageListFileName = "Data/Solaris7/S7Images",
LogDirectoryName = "Logs",
Expand Down
2 changes: 1 addition & 1 deletion sswlib/src/main/java/common/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
package common;

public class Constants {
public final static String LibVersion = "0.7.2.20191015",
public final static String LibVersion = "0.7.3.20191019",
BASELOADOUT_NAME = "Base Loadout",
WEAPONSFILE = "Data/Equipment/weapons.dat",
PHYSICALSFILE = "Data/Equipment/physicals.dat",
Expand Down

0 comments on commit 25002c7

Please sign in to comment.