From c2ac6fe7bdd65815e08c1f6830b925595e3888e9 Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Thu, 8 Mar 2018 09:20:50 +0100 Subject: [PATCH] Upgrade version to 1.0 --- app/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/meson.build b/app/meson.build index 33282b23..94a1455e 100644 --- a/app/meson.build +++ b/app/meson.build @@ -42,7 +42,7 @@ conf = configuration_data() conf.set('BUILD_DEBUG', get_option('buildtype') == 'debug') # the version, updated on release -conf.set_quoted('SCRCPY_VERSION', '0.1') +conf.set_quoted('SCRCPY_VERSION', '1.0') # the prefix used during configuration (meson --prefix=PREFIX) conf.set_quoted('PREFIX', get_option('prefix'))