Skip to content

Commit 17943ba

Browse files
authored
Merge branch 'PathOfBuildingCommunity:master' into fontin-fonts
2 parents 4923af6 + cc7d253 commit 17943ba

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ endif()
8686
if (WIN32)
8787
set (SIMPLEGRAPHIC_PLATFORM_SOURCES
8888
"engine/system/win/sys_console.cpp"
89+
"SimpleGraphic.rc"
8990
)
9091
else()
9192
set (SIMPLEGRAPHIC_PLATFORM_SOURCES

SimpleGraphic.rc

1.73 KB
Binary file not shown.

config.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
// Configuration
55
//
66

7-
#define CFG_VERSION "SimpleGraphic v2.2"
7+
#define CFG_VERSION_NUM "2.2"
8+
#define CFG_VERSION "SimpleGraphic v" CFG_VERSION_NUM
89
#define CFG_TITLE "SimpleGraphic"
910
#define CFG_LOGFILE "SimpleGraphic/SimpleGraphic.log"
1011
#define CFG_DATAPATH "SimpleGraphic/"

vcpkg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "path-of-building-simplegraphic",
3-
"version": "2.0",
3+
"version": "2.2",
44
"dependencies": [
55
"angle",
66
"curl",
@@ -15,4 +15,4 @@
1515
"zstd",
1616
"zlib"
1717
]
18-
}
18+
}

0 commit comments

Comments
 (0)