Skip to content

Commit

Permalink
started 2.3.5-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Dec 8, 2024
1 parent 1da4c9b commit 0525c81
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.igormaznitsa</groupId>
<artifactId>zxpoly</artifactId>
<version>2.3.4</version>
<version>2.3.5-SNAPSHOT</version>
<packaging>pom</packaging>

<url>https://github.com/raydac/zxpoly</url>
Expand Down
2 changes: 1 addition & 1 deletion zxpoly-emul-win-launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>zxpoly</artifactId>
<version>2.3.4</version>
<version>2.3.5-SNAPSHOT</version>
</parent>

<artifactId>zxpoly-emul-win-launcher</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions zxpoly-emul-win-launcher/src/versioninfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down
8 changes: 4 additions & 4 deletions zxpoly-emul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>zxpoly</artifactId>
<version>2.3.4</version>
<version>2.3.5-SNAPSHOT</version>
</parent>

<description>ZX-Poly emulator</description>
Expand Down Expand Up @@ -546,11 +546,11 @@
<mutexName>zxpolyemul</mutexName>
</singleInstance>
<versionInfo>
<fileVersion>2.3.4.0</fileVersion>
<productVersion>2.3.4.0</productVersion>
<fileVersion>2.3.5.0</fileVersion>
<productVersion>2.3.5.0</productVersion>
<txtFileVersion>${project.version}</txtFileVersion>
<fileDescription>Emulator of ZXPoly platform</fileDescription>
<copyright>2014-2024 Igor Maznitsa</copyright>
<copyright>2014-2025 Igor Maznitsa</copyright>
<txtProductVersion>${project.version}</txtProductVersion>
<productName>${project.name}</productName>
<companyName>igormaznitsa.com</companyName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down
2 changes: 1 addition & 1 deletion zxpoly-sprite-corrector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>zxpoly</artifactId>
<version>2.3.4</version>
<version>2.3.5-SNAPSHOT</version>
</parent>

<artifactId>zxpoly-sprite-corrector</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zxpoly-z80/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>zxpoly</artifactId>
<version>2.3.4</version>
<version>2.3.5-SNAPSHOT</version>
</parent>

<artifactId>zxpoly-z80</artifactId>
Expand Down

0 comments on commit 0525c81

Please sign in to comment.