Pārlūkot izejas kodu

Change version number for develop

Updated raylib version to 1.9-dev for development pourposes.

Next raylib version is planned to implement a big amount of changes, so
the version bump.
pull/416/head
Ray pirms 8 gadiem
vecāks
revīzija
54d0acc3b6
2 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. +2
    -2
      src/core.c
  2. +1
    -1
      src/raylib.h

+ 2
- 2
src/core.c Parādīt failu

@ -414,7 +414,7 @@ static void *GamepadThread(void *arg); // Mouse reading thread
// NOTE: data parameter could be used to pass any kind of required data to the initialization // NOTE: data parameter could be used to pass any kind of required data to the initialization
void InitWindow(int width, int height, void *data) void InitWindow(int width, int height, void *data)
{ {
TraceLog(LOG_INFO, "Initializing raylib (v1.8.0)");
TraceLog(LOG_INFO, "Initializing raylib (v1.9-dev)");
// Input data is window title char data // Input data is window title char data
windowTitle = (char *)data; windowTitle = (char *)data;
@ -478,7 +478,7 @@ void InitWindow(int width, int height, void *data)
// NOTE: data parameter could be used to pass any kind of required data to the initialization // NOTE: data parameter could be used to pass any kind of required data to the initialization
void InitWindow(int width, int height, void *data) void InitWindow(int width, int height, void *data)
{ {
TraceLog(LOG_INFO, "Initializing raylib (v1.8.0)");
TraceLog(LOG_INFO, "Initializing raylib (v1.9-dev)");
screenWidth = width; screenWidth = width;
screenHeight = height; screenHeight = height;

+ 1
- 1
src/raylib.h Parādīt failu

@ -1,6 +1,6 @@
/********************************************************************************************** /**********************************************************************************************
* *
* raylib v1.8.0
* raylib v1.9-dev
* *
* A simple and easy-to-use library to learn videogames programming (www.raylib.com) * A simple and easy-to-use library to learn videogames programming (www.raylib.com)
* *

Notiek ielāde…
Atcelt
Saglabāt