diff options
| author | Michael Vetter <jubalh@openmailbox.org> | 2017-09-25 12:15:48 +0200 |
|---|---|---|
| committer | Michael Vetter <jubalh@openmailbox.org> | 2017-09-25 12:15:48 +0200 |
| commit | 4a406fa94bd855c848217ce926b89e33356ab3ad (patch) | |
| tree | 35254f204bfd4a962f728212121431e57faa3746 /src | |
| parent | 8462ed73fe594f1e53365a3b7f619be9d62eb0f5 (diff) | |
| download | raylib-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.build | 2 |
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') |
