Skip to content

Commit

Permalink
Updated for 3.7.6 development.
Browse files Browse the repository at this point in the history
  • Loading branch information
uckelman committed Oct 30, 2023
1 parent 7698149 commit aafdf09
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 17 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
3.7.6 - ???

3.7.5 - 30 October 2023

* 12866: Fix double application of board magnification to board bounds
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ JDKDIR:=$(DISTDIR)/jdks
JDOCDIR:=jdoc

# numeric part of the version only
VNUM:=3.7.5
VNUM:=3.7.6
# 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
26 changes: 18 additions & 8 deletions dist/notes/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@
{ "display_name": "Other", "suffix": "other.zip" }
],
"changes": [
{
"in": "3.7.6",
"since": "3.7.5",
"new_features": [
],
"bug_fixes": [
],
"other_improvements": [
]
},
{
"in": "3.7.5",
"since": "3.7.4",
Expand All @@ -29,8 +39,8 @@
{ "num": 12865, "desc": "Documentation: Editor Search section - add a cross-link to main search details" },
{ "num": 12861, "desc": "Number in-use traits in Piece Definer" }
]
},
{
},
{
"in": "3.7.4",
"since": "3.7.3",
"new_features": [
Expand Down Expand Up @@ -61,8 +71,8 @@
{ "num": 12808, "desc": "Horizontal scrolling now supports 2-finger-trackpad and mice with additional horizontal wheels" },
{ "num": 12724, "desc": "Improved legibility of translation panels" }
]
},
{
},
{
"in": "3.7.2",
"since": "3.7.1",
"new_features": [
Expand All @@ -79,8 +89,8 @@
"other_improvements": [
{ "num": 12896, "desc": "Build universal Mac bundle" }
]
},
{
},
{
"in": "3.7.1",
"since": "3.7.0",
"new_features": [
Expand Down Expand Up @@ -109,8 +119,8 @@
{ "num": 12670, "desc": "Prevent essential components being accidentally deleted" },
{ "num": 12661, "desc": "Translate side names in change sides message" }
]
},
{
},
{
"in": "3.7.0",
"since": "3.6.19",
"new_features": [
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.vassalengine</groupId>
<artifactId>vassal-parent</artifactId>
<version>3.7.5</version>
<version>3.7.6-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Vassal Engine</name>
Expand Down
2 changes: 1 addition & 1 deletion release-prepare/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.vassalengine</groupId>
<artifactId>vassal-parent</artifactId>
<version>3.7.5</version>
<version>3.7.6-SNAPSHOT</version>
</parent>

<artifactId>release-prepare</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vassal-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.vassalengine</groupId>
<artifactId>vassal-parent</artifactId>
<version>3.7.5</version>
<version>3.7.6-SNAPSHOT</version>
</parent>

<artifactId>vassal-agent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vassal-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.vassalengine</groupId>
<artifactId>vassal-parent</artifactId>
<version>3.7.5</version>
<version>3.7.6-SNAPSHOT</version>
</parent>

<artifactId>vassal-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vassal-deprecation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.vassalengine</groupId>
<artifactId>vassal-parent</artifactId>
<version>3.7.5</version>
<version>3.7.6-SNAPSHOT</version>
</parent>

<artifactId>vassal-deprecation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vassal-doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.vassalengine</groupId>
<artifactId>vassal-parent</artifactId>
<version>3.7.5</version>
<version>3.7.6-SNAPSHOT</version>
</parent>

<artifactId>vassal-doc</artifactId>
Expand Down

0 comments on commit aafdf09

Please sign in to comment.