We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a7abc commit c2ac6feCopy full SHA for c2ac6fe
app/meson.build
@@ -42,7 +42,7 @@ conf = configuration_data()
42
conf.set('BUILD_DEBUG', get_option('buildtype') == 'debug')
43
44
# the version, updated on release
45
-conf.set_quoted('SCRCPY_VERSION', '0.1')
+conf.set_quoted('SCRCPY_VERSION', '1.0')
46
47
# the prefix used during configuration (meson --prefix=PREFIX)
48
conf.set_quoted('PREFIX', get_option('prefix'))
0 commit comments