Skip to content

Commit 01ef111

Browse files
committed
Advance source to v0.87.44
1 parent 4275e31 commit 01ef111

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

Engine/include/epoch/gui/version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ namespace epochnamespace::gui_lib
77
inline constexpr std::string_view library_name = "EpochGui";
88
inline constexpr int version_major = 0;
99
inline constexpr int version_minor = 87;
10-
inline constexpr int version_revision = 43;
11-
inline constexpr std::string_view version_string = "0.87.43";
10+
inline constexpr int version_revision = 44;
11+
inline constexpr std::string_view version_string = "0.87.44";
1212
}

Engine/modules/engine.version.ixx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module;
5151
#if defined(EPOCH_OVERRIDE_VERSION_REVISION)
5252
# define EPOCH_VERSION_REVISION_VALUE EPOCH_OVERRIDE_VERSION_REVISION
5353
#else
54-
# define EPOCH_VERSION_REVISION_VALUE 43
54+
# define EPOCH_VERSION_REVISION_VALUE 44
5555
#endif
5656

5757
#if defined(EPOCH_OVERRIDE_WINDOWS_PACKAGED_VERSION_MAJOR)

Engine/resource/WinResource.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ BEGIN
1616
END
1717

1818
VS_VERSION_INFO VERSIONINFO
19-
FILEVERSION 0,87,43,0
20-
PRODUCTVERSION 0,87,43,0
19+
FILEVERSION 0,87,44,0
20+
PRODUCTVERSION 0,87,44,0
2121
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
2222
#ifdef _DEBUG
2323
FILEFLAGS VS_FF_DEBUG
@@ -34,12 +34,12 @@ BEGIN
3434
BEGIN
3535
VALUE "CompanyName", "Epoch Engine"
3636
VALUE "FileDescription", "Epoch Editor"
37-
VALUE "FileVersion", "0.87.43"
37+
VALUE "FileVersion", "0.87.44"
3838
VALUE "InternalName", "EpochEditor"
3939
VALUE "LegalCopyright", "Copyright (c) 2026 Adam Rushford"
4040
VALUE "OriginalFilename", "EpochEditor.exe"
4141
VALUE "ProductName", "Epoch Engine"
42-
VALUE "ProductVersion", "0.87.43"
42+
VALUE "ProductVersion", "0.87.44"
4343
END
4444
END
4545
BLOCK "VarFileInfo"

Engine/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "epoch-engine",
3-
"version-string": "0.87.43",
3+
"version-string": "0.87.44",
44
"builtin-baseline": "02e9f067ac87b992659929b7d587069b42f112e9",
55
"dependencies": [
66
"asio",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Epoch - Creative Software And Game Engine
55

66
<p align="left">
7-
<img src="https://img.shields.io/badge/Current_Source_Development-v0.87.43-1F7A4C?style=for-the-badge" alt="Current development source v0.87.43" />
7+
<img src="https://img.shields.io/badge/Current_Source_Development-v0.87.44-1F7A4C?style=for-the-badge" alt="Current development source v0.87.44" />
88
<img src="https://img.shields.io/badge/Published_Stable_Release-v0.87.43-2C6A8A?style=for-the-badge" alt="Published stable release v0.87.43" />
99
</p>
1010

@@ -75,7 +75,7 @@ For engine/tooling developers:
7575

7676
## Current Snapshot
7777

78-
- Source is currently the active development line at `v0.87.43`.
78+
- Source is currently the active development line at `v0.87.44`.
7979
- The latest published stable runtime release is `v0.87.43`.
8080
- Windows and Linux runtime packages use the production package
8181
layout: one editor/runtime executable, a root `assets/` folder, and public

0 commit comments

Comments
 (0)