aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@openmailbox.org>2017-09-25 12:15:48 +0200
committerMichael Vetter <jubalh@openmailbox.org>2017-09-25 12:15:48 +0200
commit4a406fa94bd855c848217ce926b89e33356ab3ad (patch)
tree35254f204bfd4a962f728212121431e57faa3746 /src
parent8462ed73fe594f1e53365a3b7f619be9d62eb0f5 (diff)
downloadraylib-4a406fa94bd855c848217ce926b89e33356ab3ad.tar.gz
raylib-4a406fa94bd855c848217ce926b89e33356ab3ad.zip
Increment version in meson build file
Increment raylib version and so lib version number.
Diffstat (limited to 'src')
-rw-r--r--src/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index bdffb98e..12385fc9 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -18,5 +18,5 @@ raylib = library('raylib',
source_c,
dependencies : [ glfw_dep, gl_dep, openal_dep, m_dep, x11_dep],
install : true,
- version : '1.7.0')
+ version : '1.8.0')