This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Added authorization token
pull/398/head
raysan5
7 years ago
parent
d54ea107f7
commit
853cc6f4c9
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
appveyor.yml
+1
-1
src/CMakeLists.txt
+ 1
- 1
appveyor.yml
View File
@ -54,7 +54,7 @@ artifacts:
deploy
:
-
provider
:
GitHub
auth_token
:
secure
:
lqkfPGZPK828Mmopbicrng08QaaQXAshp0a9E3bMXt8+hpA8vCfDAT3jgU8kaSsW
secure
:
OxKnnT3tlkPl9365cOO84rDWU4UkHIYJc0D3r3Tv7rB3HaR2BBhlhCnl7g3nuOJy
artifact
:
/.
*\.zip/
draft
:
false
prerelease
:
false
+ 1
- 1
src/CMakeLists.txt
View File
@ -2,7 +2,7 @@
project
(
raylib
)
include
(
"../utils.cmake"
)
set
(
PROJECT_VERSION
1.9.
0
dev
)
set
(
PROJECT_VERSION
1.9.
1-
dev
)
set
(
RAYLIB
raylib
)
#
N
a
m
e
o
f
t
h
e
g
e
n
e
r
a
t
e
d
l
i
b
r
a
r
y
Write
Preview
Loading…
Cancel
Save