diff options
| author | Ray <raysan5@gmail.com> | 2018-05-11 18:14:19 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2018-05-11 18:14:19 +0200 |
| commit | aa76985c0da1dab965b41c98e87db341c73e9538 (patch) | |
| tree | 67a6a7eff0cfc46f2e1b5b2818f0336c451611f9 /src | |
| parent | 281dbf5d83a777df6aecc4a456b277b23f42ba88 (diff) | |
| download | raylib-aa76985c0da1dab965b41c98e87db341c73e9538.tar.gz raylib-aa76985c0da1dab965b41c98e87db341c73e9538.zip | |
Review raylib version to 2.0
Review raylib_icon resource
Diffstat (limited to 'src')
| -rwxr-xr-x | src/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | src/Makefile | 2 | ||||
| -rw-r--r-- | src/raylib.rc | 14 | ||||
| -rw-r--r-- | src/raylib_icon (renamed from src/resources) | bin | 107260 -> 107340 bytes |
4 files changed, 9 insertions, 9 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 98b6b0e9..e6501dc5 100755 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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 diff --git a/src/Makefile b/src/Makefile index 8444ed57..67d7c8c2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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. diff --git a/src/raylib.rc b/src/raylib.rc index 89eb8e34..ee2a5fab 100644 --- a/src/raylib.rc +++ b/src/raylib.rc @@ -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" diff --git a/src/resources b/src/raylib_icon Binary files differindex ca725042..f6e32f37 100644 --- a/src/resources +++ b/src/raylib_icon |
