Skip to content

Commit

Permalink
Merge branch 'release-3.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
uckelman committed Nov 7, 2024
2 parents 4f46a1a + d50491f commit b2c1ff2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* 12944: Add pieceCount to the map auto reporter
* 12763: Added ModuleGameFileName property

3.7.15 - ???
3.7.15 - 7 November 2024

* 13664: Upgraded bundled Java to 21.0.5 (32-bit Windows), 23.0.1 (all others)
* 13558: Update logback configuration to prevent messages to console
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ VNUM:=3.8.0
# major-minor part of the version
V_MAJ_MIN:=$(shell echo "$(VNUM)" | cut -f1,2 -d'.')

MAVEN_VERSION:=$(VNUM)-SNAPSHOT
#MAVEN_VERSION:=$(VNUM)-SNAPSHOT
#MAVEN_VERSION:=$(VNUM)-beta5
#MAVEN_VERSION:=$(VNUM)
MAVEN_VERSION:=$(VNUM)

JARNAME:=vassal-app-$(MAVEN_VERSION)

Expand Down

0 comments on commit b2c1ff2

Please sign in to comment.