From 0525c811099c12c458e8155d46152e6ee547c861 Mon Sep 17 00:00:00 2001 From: Igor Maznitsa Date: Sun, 8 Dec 2024 13:04:55 +0200 Subject: [PATCH] started 2.3.5-SNAPSHOT --- pom.xml | 2 +- zxpoly-emul-win-launcher/pom.xml | 2 +- zxpoly-emul-win-launcher/src/versioninfo.json | 10 +++++----- zxpoly-emul/pom.xml | 8 ++++---- .../src/main/java/com/igormaznitsa/zxpoly/Version.java | 2 +- zxpoly-sprite-corrector/pom.xml | 2 +- zxpoly-z80/pom.xml | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index 94a62c8c..e8221f70 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.igormaznitsa zxpoly - 2.3.4 + 2.3.5-SNAPSHOT pom https://github.com/raydac/zxpoly diff --git a/zxpoly-emul-win-launcher/pom.xml b/zxpoly-emul-win-launcher/pom.xml index f0c9c82f..541a73b7 100644 --- a/zxpoly-emul-win-launcher/pom.xml +++ b/zxpoly-emul-win-launcher/pom.xml @@ -6,7 +6,7 @@ com.igormaznitsa zxpoly - 2.3.4 + 2.3.5-SNAPSHOT zxpoly-emul-win-launcher diff --git a/zxpoly-emul-win-launcher/src/versioninfo.json b/zxpoly-emul-win-launcher/src/versioninfo.json index 351a7caa..98d9a407 100644 --- a/zxpoly-emul-win-launcher/src/versioninfo.json +++ b/zxpoly-emul-win-launcher/src/versioninfo.json @@ -3,13 +3,13 @@ "FileVersion": { "Major": 2, "Minor": 3, - "Patch": 4, + "Patch": 5, "Build": 0 }, "ProductVersion": { "Major": 2, "Minor": 3, - "Patch": 4, + "Patch": 5, "Build": 0 }, "FileFlagsMask": "3f", @@ -22,14 +22,14 @@ "Comments": "ZXPoly emulator launcher.", "CompanyName": "Igor Maznitsa", "FileDescription": "ZXPoly launcher", - "FileVersion": "v2.3.4.0", + "FileVersion": "v2.3.5.0", "InternalName": "zxpoly.exe", - "LegalCopyright": "Copyright (c) 1994-2023 Igor Maznitsa", + "LegalCopyright": "Copyright (c) 1994-2025 Igor Maznitsa", "LegalTrademarks": "", "OriginalFilename": "zxpoly.exe", "PrivateBuild": "", "ProductName": "ZXPoly emulator launcher", - "ProductVersion": "v2.3.4.0", + "ProductVersion": "v2.3.5.0", "SpecialBuild": "" }, "VarFileInfo": { diff --git a/zxpoly-emul/pom.xml b/zxpoly-emul/pom.xml index af6cdd8d..ad321d67 100644 --- a/zxpoly-emul/pom.xml +++ b/zxpoly-emul/pom.xml @@ -5,7 +5,7 @@ com.igormaznitsa zxpoly - 2.3.4 + 2.3.5-SNAPSHOT ZX-Poly emulator @@ -546,11 +546,11 @@ zxpolyemul - 2.3.4.0 - 2.3.4.0 + 2.3.5.0 + 2.3.5.0 ${project.version} Emulator of ZXPoly platform - 2014-2024 Igor Maznitsa + 2014-2025 Igor Maznitsa ${project.version} ${project.name} igormaznitsa.com diff --git a/zxpoly-emul/src/main/java/com/igormaznitsa/zxpoly/Version.java b/zxpoly-emul/src/main/java/com/igormaznitsa/zxpoly/Version.java index 4992e739..b311d736 100644 --- a/zxpoly-emul/src/main/java/com/igormaznitsa/zxpoly/Version.java +++ b/zxpoly-emul/src/main/java/com/igormaznitsa/zxpoly/Version.java @@ -3,7 +3,7 @@ public interface Version { int VERSION_MAJOR = 2; int VERSION_MINOR = 3; - int VERSION_BUILD = 4; + int VERSION_BUILD = 5; String APP_TITLE = "ZX-Poly emulator"; String APP_VERSION = diff --git a/zxpoly-sprite-corrector/pom.xml b/zxpoly-sprite-corrector/pom.xml index 3afe5ee5..32f8b8bd 100644 --- a/zxpoly-sprite-corrector/pom.xml +++ b/zxpoly-sprite-corrector/pom.xml @@ -4,7 +4,7 @@ com.igormaznitsa zxpoly - 2.3.4 + 2.3.5-SNAPSHOT zxpoly-sprite-corrector diff --git a/zxpoly-z80/pom.xml b/zxpoly-z80/pom.xml index c994cfb2..9c42f92f 100644 --- a/zxpoly-z80/pom.xml +++ b/zxpoly-z80/pom.xml @@ -5,7 +5,7 @@ com.igormaznitsa zxpoly - 2.3.4 + 2.3.5-SNAPSHOT zxpoly-z80