mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-08 10:56:28 +00:00
Review raylib version to 2.0
Review raylib_icon resource
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
project(raylib)
|
||||
include(GNUInstallDirs)
|
||||
|
||||
set(PROJECT_VERSION 1.9.7)
|
||||
set(PROJECT_VERSION 2.0.0)
|
||||
set(API_VERSION 1)
|
||||
set(RAYLIB raylib) # Name of the generated library
|
||||
|
||||
|
@@ -42,7 +42,7 @@
|
||||
.PHONY: all clean install uninstall
|
||||
|
||||
# Define required raylib variables
|
||||
RAYLIB_VERSION = 1.9.7
|
||||
RAYLIB_VERSION = 2.0.0
|
||||
RAYLIB_API_VERSION = 1
|
||||
|
||||
# See below for alternatives.
|
||||
|
@@ -1,22 +1,22 @@
|
||||
GLFW_ICON ICON "raylib.ico"
|
||||
|
||||
1 VERSIONINFO
|
||||
FILEVERSION 1,8,0,0
|
||||
PRODUCTVERSION 1,8,0,0
|
||||
FILEVERSION 2,0,0,0
|
||||
PRODUCTVERSION 2,0,0,0
|
||||
BEGIN
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
//BLOCK "080904E4" // English UK
|
||||
BLOCK "040904E4" // English US
|
||||
BEGIN
|
||||
//VALUE "CompanyName", "My Company Name"
|
||||
VALUE "CompanyName", "raylib technologies"
|
||||
VALUE "FileDescription", "Created using raylib (www.raylib.com)"
|
||||
VALUE "FileVersion", "1.8.0"
|
||||
VALUE "InternalName", "raylib"
|
||||
VALUE "LegalCopyright", "(c) 2017 Ramon Santamaria - @raysan5"
|
||||
VALUE "FileVersion", "2.0.0"
|
||||
VALUE "InternalName", "raylib app"
|
||||
VALUE "LegalCopyright", "(c) 2018 Ramon Santamaria - @raysan5"
|
||||
//VALUE "OriginalFilename", "raylib_app.exe"
|
||||
VALUE "ProductName", "raylib game"
|
||||
VALUE "ProductVersion", "1.8.0"
|
||||
VALUE "ProductVersion", "2.0.0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user