From 41f795f68287cf88a2bd36050e42c64d7533c11c Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Sat, 20 Aug 2022 12:20:49 -0400 Subject: [PATCH] v4.0.5 --- CMakeLists.txt | 2 +- clib.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2850a647..53614e11 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.11) set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") project (raylib_cpp - VERSION 4.2.4 + VERSION 4.0.5 DESCRIPTION "raylib-cpp C++ Object Oriented Wrapper for raylib" HOMEPAGE_URL "https://github.com/robloach/raylib-cpp" LANGUAGES C CXX) diff --git a/clib.json b/clib.json index f61d4ca4..d8c38a09 100644 --- a/clib.json +++ b/clib.json @@ -1,6 +1,6 @@ { "name": "raylib-cpp", - "version": "4.2.2", + "version": "4.0.5", "repo": "RobLoach/raylib-cpp", "description": "raylib-cpp: C++ Object-Oriented Wrapper for raylib", "homepage": "https://github.com/robloach/raylib-cpp",