Skip to content

Commit 90502a9

Browse files
committed
v4.2.0
1 parent 7aaced0 commit 90502a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.11)
22
project (raylib_aseprite
3-
VERSION 4.0.3
3+
VERSION 4.2.0
44
DESCRIPTION "raylib_aseprite: Use Aseprite files in raylib"
55
HOMEPAGE_URL "https://github.com/robloach/raylib-aseprite"
66
LANGUAGES C)

examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if (NOT raylib_FOUND)
55
FetchContent_Declare(
66
raylib
77
GIT_REPOSITORY https://github.com/raysan5/raylib.git
8-
GIT_TAG 4.0.0
8+
GIT_TAG 4.2.0
99
)
1010
FetchContent_GetProperties(raylib)
1111
if (NOT raylib_POPULATED) # Have we downloaded raylib yet?

0 commit comments

Comments
 (0)