From 21ac5ecc65f5f892e13a689567976bb0f333c0f3 Mon Sep 17 00:00:00 2001 From: Pierre Gordon Date: Mon, 12 Nov 2018 00:08:06 -0500 Subject: [PATCH] Update app version --- app/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/meson.build b/app/meson.build index 07122a24..9833633e 100644 --- a/app/meson.build +++ b/app/meson.build @@ -86,7 +86,7 @@ conf = configuration_data() conf.set('BUILD_DEBUG', get_option('buildtype') == 'debug') # the version, updated on release -conf.set_quoted('SCRCPY_VERSION', '1.4') +conf.set_quoted('SCRCPY_VERSION', '1.5') # the prefix used during configuration (meson --prefix=PREFIX) conf.set_quoted('PREFIX', get_option('prefix'))