Skip to content

Commit

Permalink
Merge pull request #110 from vilbeyli/staging
Browse files Browse the repository at this point in the history
Release commit for v0.5.0
  • Loading branch information
vilbeyli authored Sep 15, 2020
2 parents 3236d49 + 64859c9 commit 005f15f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
9 changes: 5 additions & 4 deletions Data/Resources/VQE.rc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)

#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
Expand Down Expand Up @@ -60,8 +61,8 @@ IDI_ICON1 ICON "..\\Icons\\VQE32.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,1,0,0
PRODUCTVERSION 0,1,0,0
FILEVERSION 0,5,0,0
PRODUCTVERSION 0,5,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -78,11 +79,11 @@ BEGIN
BEGIN
VALUE "CompanyName", "Volkan Ilbeyli @vilbeyli - GitHub/VQE"
VALUE "FileDescription", "VQEngine Application"
VALUE "FileVersion", "0.3.0.0"
VALUE "FileVersion", "0.5.0.0"
VALUE "InternalName", "VQE.exe"
VALUE "OriginalFilename", "VQE.exe"
VALUE "ProductName", "VQEngine"
VALUE "ProductVersion", "0.3.0.0"
VALUE "ProductVersion", "0.5.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion Data/Resources/resource.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by VQEngine.rc
// Used by VQE.rc
//
#define IDI_ICON1 101

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Join the [VQE Discord Channel](https://discord.gg/U7pd8TV)!
</p>

![](Screenshots/HelloModelLoading.png)

<p align="center">
<sub><i>Data-driven (XML) Scenes & glTF Model Loading</i></sub>
</p>
Expand Down

0 comments on commit 005f15f

Please sign in to comment.