diff --git a/CHANGES b/CHANGES
index d05ca8778d..09e55aa925 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-3.6.4 - ???
+3.6.4 - 17 January 2022
* 11079: Main window & map accept Drag-and-Drop for loading saves and logs
* 11076: Editor's search function (and List Key Commands) will now "find" the
diff --git a/Makefile b/Makefile
index 615a0215c1..5a06018ec9 100644
--- a/Makefile
+++ b/Makefile
@@ -51,9 +51,9 @@ VNUM:=3.6.4
# 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)-beta7
-#MAVEN_VERSION:=$(VNUM)
+MAVEN_VERSION:=$(VNUM)
JARNAME:=vassal-app-$(MAVEN_VERSION)
diff --git a/pom.xml b/pom.xml
index 5149d8af38..9590d56947 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.vassalengine
vassal-parent
- 3.6.4-SNAPSHOT
+ 3.6.4
pom
Vassal Engine
diff --git a/release-prepare/pom.xml b/release-prepare/pom.xml
index f7a83b8f60..8b131b853c 100644
--- a/release-prepare/pom.xml
+++ b/release-prepare/pom.xml
@@ -5,11 +5,11 @@
org.vassalengine
vassal-parent
- 3.6.4-SNAPSHOT
+ 3.6.4
release-prepare
- 3.6.4-SNAPSHOT
+ 3.6.4
pom
diff --git a/vassal-app/pom.xml b/vassal-app/pom.xml
index 8f9670d363..7e9b92396e 100644
--- a/vassal-app/pom.xml
+++ b/vassal-app/pom.xml
@@ -5,11 +5,11 @@
org.vassalengine
vassal-parent
- 3.6.4-SNAPSHOT
+ 3.6.4
vassal-app
- 3.6.4-SNAPSHOT
+ 3.6.4
jar
${project.artifactId}
diff --git a/vassal-deprecation/pom.xml b/vassal-deprecation/pom.xml
index db2df61a21..9ea385dab8 100644
--- a/vassal-deprecation/pom.xml
+++ b/vassal-deprecation/pom.xml
@@ -5,11 +5,11 @@
org.vassalengine
vassal-parent
- 3.6.4-SNAPSHOT
+ 3.6.4
vassal-deprecation
- 3.6.4-SNAPSHOT
+ 3.6.4
jar
diff --git a/vassal-doc/pom.xml b/vassal-doc/pom.xml
index 62e2ab8463..8cc1aa1b2e 100644
--- a/vassal-doc/pom.xml
+++ b/vassal-doc/pom.xml
@@ -5,11 +5,11 @@
org.vassalengine
vassal-parent
- 3.6.4-SNAPSHOT
+ 3.6.4
vassal-doc
- 3.6.4-SNAPSHOT
+ 3.6.4
${project.basedir}${file.separator}..