Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
ygopro
Commits
2c3d2e48
Commit
2c3d2e48
authored
Jun 29, 2025
by
mercury233
Committed by
GitHub
Jun 29, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump version to 0x1362 (#2863)
parent
c23725c0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
gframe/game.cpp
gframe/game.cpp
+1
-1
ocgcore
ocgcore
+1
-1
resource/gframe/ygopro.rc
resource/gframe/ygopro.rc
+4
-4
script
script
+1
-1
No files found.
gframe/game.cpp
View file @
2c3d2e48
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
#include "single_mode.h"
#include "single_mode.h"
#include <thread>
#include <thread>
const
unsigned
short
PRO_VERSION
=
0x136
1
;
const
unsigned
short
PRO_VERSION
=
0x136
2
;
namespace
ygo
{
namespace
ygo
{
...
...
ocgcore
@
e5ce3178
Subproject commit
2c75497923afa6d7e6097cc31ecc3f7f96dc3b8b
Subproject commit
e5ce3178a7d78d3d31de0ef40993cb83b34772ce
resource/gframe/ygopro.rc
View file @
2c3d2e48
1 ICON "ygopro.ico"
1 ICON "ygopro.ico"
1 VERSIONINFO
1 VERSIONINFO
FILEVERSION 1, 0, 36,
1
FILEVERSION 1, 0, 36,
2
PRODUCTVERSION 1, 0, 36,
1
PRODUCTVERSION 1, 0, 36,
2
FILEOS 0x4
FILEOS 0x4
FILETYPE 0x1
FILETYPE 0x1
...
@@ -16,8 +16,8 @@ VALUE "InternalName", "YGOPro"
...
@@ -16,8 +16,8 @@ VALUE "InternalName", "YGOPro"
VALUE "LegalCopyright", "Copyright (C) 2025 Fluorohydride"
VALUE "LegalCopyright", "Copyright (C) 2025 Fluorohydride"
VALUE "OriginalFilename", "YGOPro.exe"
VALUE "OriginalFilename", "YGOPro.exe"
VALUE "ProductName", "YGOPro"
VALUE "ProductName", "YGOPro"
VALUE "FileVersion", "1.036.
1
"
VALUE "FileVersion", "1.036.
2
"
VALUE "ProductVersion", "1.036.
1
"
VALUE "ProductVersion", "1.036.
2
"
END
END
END
END
BLOCK "VarFileInfo"
BLOCK "VarFileInfo"
...
...
script
@
cfbb14cd
Subproject commit
a76cc0be83a3928a726547a239bcca8013ce3225
Subproject commit
cfbb14cdbf7b2095db543f2620eb2e88b0fb9220
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment