diff options
| -rw-r--r-- | projects/VS2017/raylib/raylib.rc | bin | 0 -> 4630 bytes | |||
| -rw-r--r-- | projects/VS2017/raylib/raylib.vcxproj | 4 | ||||
| -rw-r--r-- | projects/VS2017/raylib/resource.h | 14 | ||||
| -rw-r--r-- | src/raylib.dll.rc | 12 | ||||
| -rw-r--r-- | src/raylib.rc | 8 |
5 files changed, 28 insertions, 10 deletions
diff --git a/projects/VS2017/raylib/raylib.rc b/projects/VS2017/raylib/raylib.rc Binary files differnew file mode 100644 index 00000000..37166bba --- /dev/null +++ b/projects/VS2017/raylib/raylib.rc diff --git a/projects/VS2017/raylib/raylib.vcxproj b/projects/VS2017/raylib/raylib.vcxproj index a608d8e1..57ab75cb 100644 --- a/projects/VS2017/raylib/raylib.vcxproj +++ b/projects/VS2017/raylib/raylib.vcxproj @@ -333,6 +333,10 @@ <ClInclude Include="..\..\..\src\raymath.h" /> <ClInclude Include="..\..\..\src\rlgl.h" /> <ClInclude Include="..\..\..\src\utils.h" /> + <ClInclude Include="resource.h" /> + </ItemGroup> + <ItemGroup> + <ResourceCompile Include="raylib.rc" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> diff --git a/projects/VS2017/raylib/resource.h b/projects/VS2017/raylib/resource.h new file mode 100644 index 00000000..87c544ab --- /dev/null +++ b/projects/VS2017/raylib/resource.h @@ -0,0 +1,14 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by raylib.rc + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 101 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 1001 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif diff --git a/src/raylib.dll.rc b/src/raylib.dll.rc index 4449a59c..65bb644e 100644 --- a/src/raylib.dll.rc +++ b/src/raylib.dll.rc @@ -1,8 +1,8 @@ GLFW_ICON ICON "raylib.ico" 1 VERSIONINFO -FILEVERSION 3,0,0,0 -PRODUCTVERSION 3,0,0,0 +FILEVERSION 3,1,0,0 +PRODUCTVERSION 3,1,0,0 BEGIN BLOCK "StringFileInfo" BEGIN @@ -11,12 +11,12 @@ BEGIN BEGIN //VALUE "CompanyName", "raylib technologies" VALUE "FileDescription", "raylib dynamic library (www.raylib.com)" - VALUE "FileVersion", "3.0.0" - VALUE "InternalName", "raylib_dll" + VALUE "FileVersion", "3.1.0" + VALUE "InternalName", "raylib.dll" VALUE "LegalCopyright", "(c) 2020 Ramon Santamaria (@raysan5)" - //VALUE "OriginalFilename", "raylib.dll" + VALUE "OriginalFilename", "raylib.dll" VALUE "ProductName", "raylib" - VALUE "ProductVersion", "3.0.0" + VALUE "ProductVersion", "3.1.0" END END BLOCK "VarFileInfo" diff --git a/src/raylib.rc b/src/raylib.rc index 0ccf32ed..169cd277 100644 --- a/src/raylib.rc +++ b/src/raylib.rc @@ -1,8 +1,8 @@ GLFW_ICON ICON "raylib.ico" 1 VERSIONINFO -FILEVERSION 3,0,0,0 -PRODUCTVERSION 3,0,0,0 +FILEVERSION 3,1,0,0 +PRODUCTVERSION 3,1,0,0 BEGIN BLOCK "StringFileInfo" BEGIN @@ -11,12 +11,12 @@ BEGIN BEGIN //VALUE "CompanyName", "raylib technologies" VALUE "FileDescription", "raylib application (www.raylib.com)" - VALUE "FileVersion", "3.0.0" + VALUE "FileVersion", "3.1.0" VALUE "InternalName", "raylib app" VALUE "LegalCopyright", "(c) 2020 Ramon Santamaria (@raysan5)" //VALUE "OriginalFilename", "raylib_app.exe" VALUE "ProductName", "raylib app" - VALUE "ProductVersion", "3.0.0" + VALUE "ProductVersion", "3.1.0" END END BLOCK "VarFileInfo" |
