Kaynağa Gözat

Increase API version

Please do this whenever necessary. And adapt it before releasing a new
RC. The RC should already have the correct one.
pull/545/head
Michael Vetter 7 yıl önce
ebeveyn
işleme
5cfbb53f6c
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +1
    -1
      src/CMakeLists.txt
  2. +1
    -1
      src/Makefile

+ 1
- 1
src/CMakeLists.txt Dosyayı Görüntüle

@ -3,7 +3,7 @@ project(raylib)
include(GNUInstallDirs) include(GNUInstallDirs)
set(PROJECT_VERSION 2.0.0) set(PROJECT_VERSION 2.0.0)
set(API_VERSION 1)
set(API_VERSION 2)
set(RAYLIB raylib) # Name of the generated library set(RAYLIB raylib) # Name of the generated library
include("CMakeOptions.txt") include("CMakeOptions.txt")

+ 1
- 1
src/Makefile Dosyayı Görüntüle

@ -43,7 +43,7 @@
# Define required raylib variables # Define required raylib variables
RAYLIB_VERSION = 2.0.0 RAYLIB_VERSION = 2.0.0
RAYLIB_API_VERSION = 1
RAYLIB_API_VERSION = 2
# See below for alternatives. # See below for alternatives.
RAYLIB_PATH = .. RAYLIB_PATH = ..

Yükleniyor…
İptal
Kaydet