File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType</key >
18
18
<string >APPL</string >
19
19
<key >CFBundleShortVersionString</key >
20
- <string >0.3.0 </string >
20
+ <string >0.4.1 </string >
21
21
<key >CFBundleSignature</key >
22
22
<string >@TYPEINFO@</string >
23
23
<key >CFBundleExecutable</key >
Original file line number Diff line number Diff line change 5
5
#include < include/OS.hpp>
6
6
#include < string>
7
7
8
- #define APPLICATION_VERSION_STRING " v0.3 "
8
+ #define APPLICATION_VERSION_STRING " v0.4.1 "
9
9
10
10
std::string OS::getOSName () {
11
11
#ifdef _WIN32
Original file line number Diff line number Diff line change 15
15
#include < vector>
16
16
#include < string>
17
17
18
- #define WINDOW_TITLE " Facade [SNAPSHOT] "
18
+ #define WINDOW_TITLE " Facade v0.4.1 "
19
19
20
20
#define MIN_HEIGHT 450
21
21
#define SIDEBAR_WIDTH 240
You can’t perform that action at this time.
0 commit comments