summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2017-09-25 12:23:03 +0200
committerGitHub <[email protected]>2017-09-25 12:23:03 +0200
commit934e6c01abe14512d9a0e446baf79de82bd7ed85 (patch)
tree35254f204bfd4a962f728212121431e57faa3746
parent8462ed73fe594f1e53365a3b7f619be9d62eb0f5 (diff)
parent4a406fa94bd855c848217ce926b89e33356ab3ad (diff)
downloadraylib-934e6c01abe14512d9a0e446baf79de82bd7ed85.tar.gz
raylib-934e6c01abe14512d9a0e446baf79de82bd7ed85.zip
Merge pull request #359 from jubalh/develop
Increment version in meson build file
-rw-r--r--meson.build2
-rw-r--r--src/meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 12b48a74..c85905cc 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('raylib', 'c', version: '1.7.0',
+project('raylib', 'c', version: '1.8.0',
license: 'zlib',
meson_version: '>= 0.39.1',
default_options : 'c_std=gnu99')
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')